Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dscreen.c508 int old_row = old_rows - 1; in resize_buffer() local
512 while(new_row >= 0 && old_row >= 0) { in resize_buffer()
514 new_buffer[new_row * new_cols + col] = old_buffer[old_row * old_cols + col]; in resize_buffer()
518 old_row--; in resize_buffer()
521 if(new_row < 0 && old_row >= 0 && in resize_buffer()
531 if(old_row >= 0 && bufidx == BUFIDX_PRIMARY) { in resize_buffer()
534 for(row = 0; row <= old_row; row++) in resize_buffer()
537 statefields->pos.row -= (old_row + 1); in resize_buffer()
/vim-8.2.3635/src/
H A Dscreen.c2576 int new_row, old_row; in screenalloc() local
2793 old_row = new_row + (screen_Rows - Rows); in screenalloc()
2794 if (old_row >= 0 && ScreenLines != NULL) in screenalloc()
2805 ScreenLines + LineOffset[old_row], in screenalloc()
2811 ScreenLinesUC + LineOffset[old_row], in screenalloc()
2816 ScreenLinesC[i] + LineOffset[old_row], in screenalloc()
2821 ScreenLines2 + LineOffset[old_row], in screenalloc()
2824 ScreenAttrs + LineOffset[old_row], in screenalloc()
H A Dex_getln.c3135 int old_row; in redrawcmd_preedit() local
3139 old_row = msg_row; in redrawcmd_preedit()
3181 msg_row = old_row; in redrawcmd_preedit()
H A Dgui.c2735 int old_row, old_col; in gui_redraw_block() local
2755 old_row = gui.row; in gui_redraw_block()
2885 gui.row = old_row; in gui_redraw_block()
H A Dgui_w32.c5685 int old_row = gui.row; in _OnImeNotify() local
5695 gui.row = old_row; in _OnImeNotify()