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