diff --git a/src/ftxui/component/screen_interactive.cpp b/src/ftxui/component/screen_interactive.cpp index a71ecbf..a8156b8 100644 --- a/src/ftxui/component/screen_interactive.cpp +++ b/src/ftxui/component/screen_interactive.cpp @@ -358,7 +358,7 @@ ScreenInteractive ScreenInteractive::FixedSize(int dimx, int dimy) { /// @note This is the same as `ScreenInteractive::FullscreenAlternateScreen()` // static ScreenInteractive ScreenInteractive::Fullscreen() { - return FullscreenPrimaryScreen(); + return FullscreenAlternateScreen(); } /// @ingroup component