mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Clear terminal on resize. (#99)
This commit is contained in:
		| @@ -63,7 +63,7 @@ class Screen { | ||||
|   int dimy() { return dimy_; } | ||||
|  | ||||
|   // Move the terminal cursor n-lines up with n = dimy(). | ||||
|   std::string ResetPosition(); | ||||
|   std::string ResetPosition(bool clear = false); | ||||
|  | ||||
|   // Fill with space. | ||||
|   void Clear(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur Sonzogni
					Arthur Sonzogni