Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dscreen.c513 for(col = 0; col < old_cols && col < new_cols; col++) in resize_buffer()
515 for( ; col < new_cols; col++) in resize_buffer()
522 new_buffer[(new_rows - 1) * new_cols].chars[0] == 0 && in resize_buffer()
525 memmove(&new_buffer[1 * new_cols], &new_buffer[0], moverows * new_cols * sizeof(ScreenCell)); in resize_buffer()
571 if(src->width == 2 && pos.col < (new_cols-1)) in resize_buffer()
574 for( ; pos.col < new_cols; pos.col++) in resize_buffer()
586 …memmove(&new_buffer[0], &new_buffer[(new_row + 1) * new_cols], moverows * new_cols * sizeof(Screen… in resize_buffer()
589 for(col = 0; col < new_cols; col++) in resize_buffer()
611 if(new_cols > old_cols) { in resize()
626 screen->cols = new_cols; in resize()
[all …]