mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-19 01:38:08 +08:00
feat: allow fullscreen without alternative screen
This commit is contained in:
@@ -32,7 +32,7 @@ class ScreenInteractive : public Screen {
|
||||
static ScreenInteractive FixedSize(int dimx, int dimy);
|
||||
static ScreenInteractive Fullscreen();
|
||||
static ScreenInteractive FitComponent();
|
||||
static ScreenInteractive TerminalOutput();
|
||||
static ScreenInteractive TerminalOutput(bool use_alternative_screen = true);
|
||||
|
||||
// Options. Must be called before Loop().
|
||||
void TrackMouse(bool enable = true);
|
||||
|
Reference in New Issue
Block a user