Home
last modified time | relevance | path

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

/scripts/kconfig/
Dnconf.gui.c201 int win_rows = 0; in btn_dialog() local
237 win_rows = msg_lines+4; in btn_dialog()
239 win_rows = msg_lines+2; in btn_dialog()
241 win = newwin(win_rows, total_width+4, y, x); in btn_dialog()
243 menu_win = derwin(win, 1, btns_width, win_rows-2, in btn_dialog()
246 msg_win = derwin(win, win_rows-2, msg_width, 1, in btn_dialog()