Searched refs:screen_puts (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | popupwin.c | 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() 3960 screen_puts(buf, wp->w_winrow, in update_popups() 4043 screen_puts(buf, row, wincol, border_attr[3]); in update_popups() 4057 screen_puts(get_spaces(pad_left), row, col, popup_attr); in update_popups() 4078 screen_puts(buf, row, wincol + total_width - 1, border_attr[1]); in update_popups() 4082 screen_puts(get_spaces(wp->w_popup_padding[1]), row, in update_popups() 4110 screen_puts(buf, row, wincol + total_width - 1, border_attr[2]); in update_popups() 4118 screen_puts(buf, wp->w_winrow, wincol + total_width - 1, in update_popups()
|
| H A D | screen.c | 1118 screen_puts(buf, row, 0, attr); in win_redr_status_matches() 1122 screen_puts(selstart, row, selstart_col, HL_ATTR(HLF_WM)); in win_redr_status_matches() 1374 screen_puts(p, row, col, curattr); in win_redr_custom() 1416 screen_puts(buf, row, col, attr); in screen_putchar() 1479 screen_puts( in screen_puts() function
|
| H A D | version.c | 8708 screen_puts(vers, row, col, 0); in do_intro_line()
|
| H A D | drawscreen.c | 528 screen_puts(p, row, wp->w_wincol, attr); in win_redr_status() 534 screen_puts(NameBuff, row, (int)(this_ru_col - STRLEN(NameBuff) in win_redr_status() 789 screen_puts(buffer, row, this_ru_col + off, attr); in win_redr_ruler()
|
| H A D | message.c | 3294 screen_puts(s, (int)Rows - 1, 0, attr); in msg_moremsg() 3296 screen_puts((char_u *) in msg_moremsg()
|
| H A D | hardcopy.c | 547 screen_puts(s, (int)Rows - 1, 0, HL_ATTR(HLF_R)); in prt_message()
|
| H A D | normal.c | 2037 screen_puts(showcmd_buf, (int)Rows - 1, sc_col, 0); in display_showcmd() 2045 screen_puts((char_u *)" " + len, (int)Rows - 1, sc_col + len, 0); in display_showcmd()
|
| H A D | edit.c | 1735 screen_puts(pc_bytes, pc_row - msg_scrolled, pc_col, pc_attr); in edit_unputchar()
|
| /vim-8.2.3635/src/proto/ |
| H A D | screen.pro | 19 void screen_puts(char_u *text, int row, int col, int attr);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 2269 Could also happen for the ruler. screen_puts() didn't clear the right char in
|
| H A D | version8.txt | 35169 Solution: use popup_mask in screen_puts().
|