Searched refs:menu_sel (Results 1 – 1 of 1) sorted by relevance
91 static int menu_top = 0, menu_items = 0, menu_sel = 0; variable202 gr_fill(0, (menu_top+menu_sel) * CHAR_HEIGHT, in draw_screen_locked()203 gr_fb_width(), (menu_top+menu_sel+1)*CHAR_HEIGHT+1); in draw_screen_locked()206 if (i == menu_top + menu_sel) { in draw_screen_locked()549 menu_sel = initial_selection; in ui_start_menu()559 old_sel = menu_sel; in ui_menu_select()560 menu_sel = sel; in ui_menu_select()561 if (menu_sel < 0) menu_sel = 0; in ui_menu_select()562 if (menu_sel >= menu_items) menu_sel = menu_items-1; in ui_menu_select()563 sel = menu_sel; in ui_menu_select()[all …]