mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-01 02:58:12 +08:00 
			
		
		
		
	Solve issues with atomic copy (#867)
This commit is contained in:
		| @@ -109,7 +109,7 @@ class ScreenInteractive : public Screen { | |||||||
|   std::string set_cursor_position; |   std::string set_cursor_position; | ||||||
|   std::string reset_cursor_position; |   std::string reset_cursor_position; | ||||||
|  |  | ||||||
|   std::atomic<bool> quit_ = false; |   std::atomic<bool> quit_{false}; | ||||||
|   std::thread event_listener_; |   std::thread event_listener_; | ||||||
|   std::thread animation_listener_; |   std::thread animation_listener_; | ||||||
|   bool animation_requested_ = false; |   bool animation_requested_ = false; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Felix
					Felix