Go to the documentation of this file.
10 #define SEQ_SCROLL_REGION 2
13 #define SEQ_WINDOW_SIZE 5
15 #define SEQ_FG_COLOR 7
16 #define SEQ_BG_COLOR 8
17 #define SEQ_RESET_COLOR 9
18 #define SEQ_BRIGHT_COLOR 10
20 #define SEQ_SHOW_CURSOR 12
21 #define SEQ_HIDE_CURSOR 13
22 #define SEQ_DEL_CHAR 14
23 #define SEQ_INIT_KEYPAD 15
24 #define SEQ_EXIT_KEYPAD 16
28 #define SEQ_INIT_CHARSET 100
29 #define SEQ_EXIT_CHARSET 101
30 #define SEQ_QUERY_CURSOR 102
31 #define SEQ_QUERY_WINDOW 103
32 #define SEQ_INIT_XMOUSE 104
33 #define SEQ_EXIT_XMOUSE 105
34 #define SEQ_EXIT_GFX_MODE 106
36 #define SEQ_SET_COLOR_EX 107
50 #if defined HOST_LINUX && (defined HOST_X86 || defined HOST_X86_64)
68 int fb_hTermQuery(
int code,
int *val1,
int *val2 );
79 void (*gfx_exit)(
void),
81 void (*restore)(
void),
82 void (*key_handler)(
int,
int,
int,
int)