User sequences to repaint and quit

This commit is contained in:
Keith Winstein
2011-10-13 01:16:55 -04:00
parent 5f8fe39ac2
commit 80f34faadd
5 changed files with 44 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
namespace Terminal {
class UserInput {
private:
short last_byte;
wchar_t last_byte;
public:
UserInput()