Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c1406 int title_len = vim_strsize(wp->w_popup_title) + 2 - extra_width; in popup_adjust_position() local
1408 if (minwidth < title_len) in popup_adjust_position()
1409 minwidth = title_len; in popup_adjust_position()
3808 int title_len = 0; in update_popups() local
3908 title_len = vim_strsize(wp->w_popup_title); in update_popups()
3911 if (title_len > total_width - 2) in update_popups()
3926 title_len = total_width - 2; in update_popups()
3938 if (title_len > 0) in update_popups()
3946 title_wincol + title_len, wincol + total_width, in update_popups()
3981 if (title_len > 0 && row == wp->w_winrow) in update_popups()
[all …]