mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	feature: allow fullscreen without alternative screen (#777)
This should solve #766 The original PR was: #767 Co-authored-by: rbrugo <brugo.riccardo@gmail.com> Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
This commit is contained in:
		| @@ -31,6 +31,8 @@ class ScreenInteractive : public Screen { | ||||
|   // Constructors: | ||||
|   static ScreenInteractive FixedSize(int dimx, int dimy); | ||||
|   static ScreenInteractive Fullscreen(); | ||||
|   static ScreenInteractive FullscreenPrimaryScreen(); | ||||
|   static ScreenInteractive FullscreenAlternateScreen(); | ||||
|   static ScreenInteractive FitComponent(); | ||||
|   static ScreenInteractive TerminalOutput(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur Sonzogni
					Arthur Sonzogni