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