mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	Make DEL to be a special character.
This commit is contained in:
		| @@ -49,7 +49,7 @@ struct Event { | ||||
|  private: | ||||
|   std::string input_; | ||||
|   bool is_character_ = false; | ||||
|   wchar_t character_ = '?'; | ||||
|   wchar_t character_ = U'?'; | ||||
| }; | ||||
|  | ||||
| }  // namespace ftxui | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni