Searched refs:screen_line (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | screen.pro | 10 void screen_line(int row, int coloff, int endcol, int clear_width, int flags);
|
| /vim-8.2.3635/src/ |
| H A D | drawline.c | 1325 screen_line(screen_row, wp->w_wincol, col, -(int)wp->w_width, in win_line() 2785 screen_line(screen_row, wp->w_wincol, col, in win_line() 3086 screen_line(screen_row, wp->w_wincol, col - boguscols, in win_line() 3090 screen_line(screen_row, wp->w_wincol, col, in win_line()
|
| H A D | drawscreen.c | 1034 screen_line(wp->w_winrow, wp->w_wincol, (int)wp->w_width, in redraw_win_toolbar() 1368 screen_line(row + W_WINROW(wp), wp->w_wincol, (int)wp->w_width, in fold_line() 2991 screen_line(cmdline_row + r, 0, cols, cols, 0); in redraw_asap()
|
| H A D | terminal.c | 3684 screen_line(term->tl_toprow + pos.row, 0, pos.col, Columns, 0); in update_system_term() 3803 screen_line(wp->w_winrow + pos.row in term_update_window()
|
| H A D | screen.c | 432 screen_line( in screen_line() function
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_search.vim | 677 let screen_line = term_scrape(buf, 1) 678 let [a0,a1,a2,a3] = [screen_line[3].attr, screen_line[4].attr, 679 \ screen_line[18].attr, screen_line[19].attr]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 4583 - screen_line():
|