Home
last modified time | relevance | path

Searched refs:y_off (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ee/
H A Dee.c3343 int x_off, y_off; in menu_op() local
3412 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()