mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
terminal.c/redraw(): Remove cargo cult.
This commit is contained in:
@@ -1126,14 +1126,6 @@ static void redraw(bool restore_cursor)
|
|||||||
update_screen(0);
|
update_screen(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
redraw_statuslines();
|
|
||||||
|
|
||||||
if (need_maketitle) {
|
|
||||||
maketitle();
|
|
||||||
}
|
|
||||||
|
|
||||||
showruler(false);
|
|
||||||
|
|
||||||
if (term && is_focused(term)) {
|
if (term && is_focused(term)) {
|
||||||
curwin->w_wrow = term->cursor.row;
|
curwin->w_wrow = term->cursor.row;
|
||||||
curwin->w_wcol = term->cursor.col + win_col_off(curwin);
|
curwin->w_wcol = term->cursor.col + win_col_off(curwin);
|
||||||
|
Reference in New Issue
Block a user