cursor_to_draw     29 modules/gui_tbox.c static char         cursor_to_draw;
cursor_to_draw    263 modules/gui_tbox.c     draw_line(text_offset_x+(1+cursor-offset)*FONT_WIDTH, text_offset_y+1, text_offset_x+(1+cursor-offset)*FONT_WIDTH, text_offset_y+FONT_HEIGHT-3, cursor_to_draw ? COLOR_YELLOW : COLOR_GREY);
cursor_to_draw    264 modules/gui_tbox.c     cursor_to_draw = !cursor_to_draw;