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