Go to the documentation of this file.
10 #define ASCII_ACK 0x06
11 #define ASCII_BEL 0x07
20 #define ASCII_DLE 0x10
21 #define ASCII_DC1 0x11
22 #define ASCII_DC2 0x12
23 #define ASCII_DC3 0x13
24 #define ASCII_DC4 0x14
25 #define ASCII_NAK 0x15
26 #define ASCII_SYN 0x26
27 #define ASCII_ETB 0x17
28 #define ASCII_CAN 0x18
30 #define ASCII_SUB 0x1a
31 #define ASCII_ESC 0x1b
37 #define ASCII_DEL 0x7f
42 #define KEY_PAGE_UP 0x4d
43 #define KEY_PAGE_DOWN 0x32
44 #define KEY_PAGE_DOWN2 0x4a
45 #define KEY_LEFT_ARROW 0x44
46 #define KEY_RIGHT_ARROW 0x43
47 #define KEY_UP_ARROW 0x41
48 #define KEY_DOWN_ARROW 0x42