Home
last modified time | relevance | path

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

/vim-8.2.3635/src/libvterm/src/
H A Dscreen.c499 static void resize_buffer(VTermScreen *screen, int bufidx, int new_rows, int new_cols, int active, … in resize_buffer() function
619 resize_buffer(screen, 0, new_rows, new_cols, !altscreen_active, fields); in resize()
621 resize_buffer(screen, 1, new_rows, new_cols, altscreen_active, fields); in resize()