Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupmenu.c94 int max_width; in pum_display() local
215 max_width = pum_base_width; in pum_display()
230 ++max_width; in pum_display()
235 if (def_width < max_width) in pum_display()
236 def_width = max_width; in pum_display()
271 || cursor_col < Columns - max_width) in pum_display()
288 && max_width <= p_pw) in pum_display()
345 if (max_width > p_pw) in pum_display()
346 max_width = p_pw; // truncate in pum_display()
349 pum_col = max_width - 1; in pum_display()
[all …]
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.c4766 int max_width = 0; in f_term_dumpwrite() local
4807 max_width = dict_get_number(d, (char_u *)"columns"); in f_term_dumpwrite()
4837 for (pos.col = 0; (max_width == 0 || pos.col < max_width) in f_term_dumpwrite()