Searched defs:new_rows (Results 1 – 2 of 2) sorted by relevance
80 static ScreenCell *realloc_buffer(VTermScreen *screen, ScreenCell *buffer, int new_rows, int new_co… in realloc_buffer()477 static int resize(int new_rows, int new_cols, VTermPos *delta, void *user) in resize()
371 Rows new_rows; in Translate() local