equal
deleted
inserted
replaced
30 static bool _iconsole_inited; |
30 static bool _iconsole_inited; |
31 static char* _iconsole_buffer[ICON_BUFFER + 1]; |
31 static char* _iconsole_buffer[ICON_BUFFER + 1]; |
32 static uint16 _iconsole_cbuffer[ICON_BUFFER + 1]; |
32 static uint16 _iconsole_cbuffer[ICON_BUFFER + 1]; |
33 static char _iconsole_cmdline[ICON_CMDLN_SIZE]; |
33 static char _iconsole_cmdline[ICON_CMDLN_SIZE]; |
34 static byte _iconsole_cmdpos; |
34 static byte _iconsole_cmdpos; |
35 static Window* _iconsole_win = NULL; |
|
36 static byte _iconsole_scroll; |
35 static byte _iconsole_scroll; |
37 |
36 |
38 // ** console cursor ** // |
37 // ** console cursor ** // |
39 static bool _icursor_state; |
38 static bool _icursor_state; |
40 static byte _icursor_rate; |
39 static byte _icursor_rate; |