Home
last modified time | relevance | path

Searched refs:cur_selection_str (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/
Dwear_ui.cpp113 char cur_selection_str[50]; in draw_screen_locked() local
141 sprintf(cur_selection_str, "Current item: %d/%d", menu_sel + 1, menu_items); in draw_screen_locked()
142 gr_text(gr_sys_font(), x + 4, y, cur_selection_str, 1); in draw_screen_locked()