tbox_move_text    318 modules/gui_tbox.c             tbox_move_text(1); //check whether cursor is at the end of the string
tbox_move_text    333 modules/gui_tbox.c         tbox_move_text(-1);
tbox_move_text    362 modules/gui_tbox.c                 if (text[cursor+1] != '\0') tbox_move_text(1); //check whether cursor is at the end of the string