tstr              239 modules/gui_tbox.c                 char *tstr = map_chars(line,group);
tstr              244 modules/gui_tbox.c                 x = draw_text_justified(x, y, tstr, MAKE_COLOR(COLOR_GREY, COLOR_WHITE), tbox_width-8, 1, x_just[group]);
tstr              246 modules/gui_tbox.c                     draw_char(x+(curchar*FONT_WIDTH), y, tstr[curchar], MAKE_COLOR(COLOR_RED, COLOR_WHITE));    // Selected char cursor
tstr              347 modules/gui_tbox.c         char *tstr = map_chars(line,subgroup);
tstr              348 modules/gui_tbox.c         if (tstr[curchar] == 0) curchar = 0;
tstr              349 modules/gui_tbox.c         text[cursor] = tstr[curchar];
tstr              366 modules/gui_tbox.c             char *tstr = map_chars(line,subgroup);
tstr              367 modules/gui_tbox.c             text[cursor] = tstr[curchar];