{
OUT_STR(tgoto((char *)T_CS, W_WINROW(wp) + wp->w_height - 1,
W_WINROW(wp) + off));
- if (*T_CSV != NUL && wp->w_width != topframe->fr_width)
+ if (*T_CSV != NUL && wp->w_width != Columns)
OUT_STR(tgoto((char *)T_CSV, wp->w_wincol + wp->w_width - 1,
wp->w_wincol));
screen_start(); // don't know where cursor is now
{
OUT_STR(tgoto((char *)T_CS, (int)Rows - 1, 0));
if (*T_CSV != NUL)
- OUT_STR(tgoto((char *)T_CSV,
- firstwin->w_wincol + topframe->fr_width - 1,
- firstwin->w_wincol));
+ OUT_STR(tgoto((char *)T_CSV, (int)Columns - 1, 0));
screen_start(); // don't know where cursor is now
}
if (!skip_win_fix_scroll)
win_fix_scroll(TRUE);
-#ifdef FEAT_GUI
- if (gui.in_use && !gui.starting)
- {
- if (scroll_region)
- scroll_region_reset();
- scroll_start(); // may scroll the screen to the right position
- }
-#endif
+
redraw_tabline = TRUE;
#if defined(FEAT_TABPANEL)
redraw_tabpanel = TRUE;