window: readline: ignore escape key

This commit is contained in:
Andrzej Rybczak
2014-09-06 13:57:11 +02:00
parent 166242210f
commit 0a7b239b1f
2 changed files with 4 additions and 1 deletions

View File

@@ -80,6 +80,7 @@
#define KEY_F12 276
// other handy keys
#define KEY_ESCAPE 27
#define KEY_SHIFT_TAB 353
#define KEY_SPACE 32
#define KEY_TAB 9