improve handling backspace key

This commit is contained in:
Andrzej Rybczak
2009-03-26 12:26:22 +01:00
parent cbc452fde5
commit a6635322a8
3 changed files with 7 additions and 10 deletions

View File

@@ -31,6 +31,10 @@
#include <vector>
#include <string>
// this points to nothing, so redefine it
#undef KEY_BACKSPACE
#define KEY_BACKSPACE 8
#ifdef _UTF8
# define my_char_t wchar_t
# define TO_STRING(x) ToString(x)