mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 02:28: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 |   // Request the terminal to report the current cursor shape. We will restore it | ||||||
|   // on exit. |   // on exit. | ||||||
|   std::cout << DECRQSS_DECSCUSR; |   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[?25h";  // Enable cursor. | ||||||
|     std::cout << "\033[" + std::to_string(cursor_reset_shape_) + " q"; |     std::cout << "\033[" + std::to_string(cursor_reset_shape_) + " q"; | ||||||
|   }); |   }); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni