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

/scripts/kconfig/
H A Dnconf.gui.c249 int win_rows = 0; local
285 win_rows = msg_lines+4;
287 win_rows = msg_lines+2;
289 win = newwin(win_rows, total_width+4, y, x);
291 menu_win = derwin(win, 1, btns_width, win_rows-2,
294 msg_win = derwin(win, win_rows-2, msg_width, 1,

Completed in 851 milliseconds