curchar 45 modules/gui_tbox.c #define RESET_CHAR lastKey = '\0'; curchar = -1; curgroup = -1; curchar 92 modules/gui_tbox.c int curchar; // idx of current entered char in current tmap curchar 245 modules/gui_tbox.c if ((group == curgroup) && (curchar >= 0)) curchar 246 modules/gui_tbox.c draw_char(x+(curchar*FONT_WIDTH), y, tstr[curchar], MAKE_COLOR(COLOR_RED, COLOR_WHITE)); // Selected char cursor curchar 345 modules/gui_tbox.c curchar++; curchar 348 modules/gui_tbox.c if (tstr[curchar] == 0) curchar = 0; curchar 349 modules/gui_tbox.c text[cursor] = tstr[curchar]; curchar 359 modules/gui_tbox.c curchar = 0; curgroup = subgroup; curchar 367 modules/gui_tbox.c text[cursor] = tstr[curchar];