Searched refs:title_wincol (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | popupwin.c | 3809 int title_wincol; in update_popups() local 3905 title_wincol = wp->w_wincol + 1; in update_popups() 3920 screen_puts(title_text, wp->w_winrow, title_wincol, in update_popups() 3929 screen_puts(wp->w_popup_title, wp->w_winrow, title_wincol, in update_popups() 3941 wincol < 0 ? 0 : wincol, title_wincol, in update_popups() 3946 title_wincol + title_len, wincol + total_width, in update_popups() 3984 screen_fill(row, row + 1, padcol, title_wincol, in update_popups() 3986 screen_fill(row, row + 1, title_wincol + title_len, in update_popups()
|