Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupmenu.c1216 int max_height = Rows / 2 - 1; in split_message() local
1268 if (long_item_count > 0 && height + long_item_count <= max_height) in split_message()
1276 if (height > max_height) in split_message()
1277 height = max_height; in split_message()
H A Dgui_athena.c955 int max_height = 9999; in gui_mch_new_menu_font() local
966 if (height < max_height) in gui_mch_new_menu_font()
967 max_height = height; in gui_mch_new_menu_font()
970 if (max_height != 9999) in gui_mch_new_menu_font()
981 gui.menu_height = max_height + 2 * (space + border); in gui_mch_new_menu_font()
H A Dgui_x11.c1429 if (size->max_height >= 48 && size->max_width >= 48) in gui_mch_init()
1431 else if (size->max_height >= 32 && size->max_width >= 32) in gui_mch_init()
1433 else if (size->max_height >= 16 && size->max_width >= 16) in gui_mch_init()
H A Dterminal.c4765 int max_height = 0; in f_term_dumpwrite() local
4806 max_height = dict_get_number(d, (char_u *)"rows"); in f_term_dumpwrite()
4832 for (pos.row = 0; (max_height == 0 || pos.row < max_height) in f_term_dumpwrite()