mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-15 23:48:15 +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