diff --git a/src/ftxui/component/screen_interactive.cpp b/src/ftxui/component/screen_interactive.cpp index a71ecbf201787204e51c856f838baf34d4fb9e67..a8156b8898e87da68ad1d0ba74c5d683cfd289f5 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