mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Quickfix
This commit is contained in:
		| @@ -603,7 +603,7 @@ void ScreenInteractive::Install() { | ||||
|   // Request the terminal to report the current cursor shape. We will restore it | ||||
|   // on exit. | ||||
|   std::cout << DECRQSS_DECSCUSR; | ||||
|   on_exit_functions.emplace([cursor_reset_shape_ = cursor_reset_shape_] { | ||||
|   on_exit_functions.emplace([this] { | ||||
|     std::cout << "\033[?25h";  // Enable cursor. | ||||
|     std::cout << "\033[" + std::to_string(cursor_reset_shape_) + " q"; | ||||
|   }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni