Searched refs:total_rows (Results 1 – 1 of 1) sorted by relevance
61 int total_rows, total_cols; in NCURSES_EXPORT() local88 total_rows = (menu->nitems - 1) / cols + 1; in NCURSES_EXPORT()91 (menu->nitems - 1) / total_rows + 1; in NCURSES_EXPORT()93 menu->rows = total_rows; in NCURSES_EXPORT()95 menu->arows = minimum(total_rows, rows); in NCURSES_EXPORT()