Searched refs:gui_redraw_block (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | gui.pro | 31 void gui_redraw_block(int row1, int col1, int row2, int col2, int flags);
|
| /vim-8.2.3635/src/ |
| H A D | gui.c | 2686 gui_redraw_block(gui.cursor_row, in gui_undraw_cursor() 2710 gui_redraw_block(row1, col1, row2, col2, GUI_MON_NOCLEAR); in gui_redraw() 2728 gui_redraw_block( in gui_redraw_block() function
|
| H A D | screen.c | 2875 gui_redraw_block(0, 0, (int)Rows - 1, (int)Columns - 1, 0); in screenalloc()
|
| H A D | gui_haiku.cc | 1867 gui_redraw_block(IMData.row, 0, in DrawIMString()
|