Searched refs:y_off (Results 1 – 1 of 1) sorted by relevance
3572 int x_off, y_off; in menu_op() local3641 y_off = (LINES - max_height - 1) / 2; in menu_op()3642 temp_win = newwin(max_height, max_width, y_off, x_off); in menu_op()