Repariere die Cursortasten im Menü

This commit is contained in:
Yamagi Burmeister 2010-10-19 09:03:27 +00:00
parent c9b7cfb21e
commit 5af05f7d81

View file

@ -36,18 +36,6 @@
#define MTYPE_SEPARATOR 4
#define MTYPE_FIELD 5
#define K_TAB 9
#define K_ENTER 13
#define K_ESCAPE 27
#define K_SPACE 32
/* normal keys should be passed as lowercased ascii */
#define K_BACKSPACE 127
#define K_UPARROW 128
#define K_DOWNARROW 129
#define K_LEFTARROW 130
#define K_RIGHTARROW 131
#define QMF_LEFT_JUSTIFY 0x00000001
#define QMF_GRAYED 0x00000002
#define QMF_NUMBERSONLY 0x00000004