Searched refs:text_top (Results 1 – 1 of 1) sorted by relevance
88 static int text_col = 0, text_row = 0, text_top = 0; variable200 draw_text_line(i, text[(i+text_top) % text_rows]); in draw_screen_locked()338 text_top = 1; in ui_init()452 if (text_row == text_top) text_top = (text_top + 1) % text_rows; in ui_print()