clamp_it (screen.cur.col, 0, ncol - 1);
}
+ free (tabs);
+ tabs = (char *)rxvt_malloc (ncol);
+
+ for (int col = ncol; --col; )
+ tabs [col] = col % TABSIZE == 0;
+
CLEAR_ALL_SELECTION ();
prev_nrow = nrow;
if (current_screen != PRIMARY)
scr_swap_screen ();
- free (tabs);
- tabs = (char *)rxvt_malloc (ncol);
-
- for (int col = ncol; --col; )
- tabs [col] = col % TABSIZE == 0;
-
scr_scroll_region (0, MAX_ROWS - 1);
scr_rendition (0, ~RS_None);
scr_insert_mode (0);