Home
last modified time | relevance | path

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

/dragonfly/contrib/ee/
HDee.c315 …h, int max_height, int list_size, int top_offset, WINDOW *menu_win, int off_start, int vert_size));
3357 int vert_size; /* vertical size for menu list item display */ local
3400 vert_size = max_height - 8;
3402 vert_size = max_height;
3406 vert_size = list_size;
3410 if (LINES >= (vert_size + 8))
3413 max_height = vert_size + 8;
3415 max_height = vert_size + 7;
3423 …aint_menu(menu_list, max_width, max_height, list_size, top_offset, temp_win, off_start, vert_size);
3487 off_start, vert_size);
[all …]