Make DEL to be a special character.

This commit is contained in:
ArthurSonzogni
2019-07-02 23:09:20 +02:00
parent 65e7fae7df
commit e1efcf2d97
3 changed files with 9 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ struct Event {
private:
std::string input_;
bool is_character_ = false;
wchar_t character_ = '?';
wchar_t character_ = U'?';
};
} // namespace ftxui