From c484323dc67fbca10a2f3da3d6e65efdb3c678c3 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 22 Feb 2017 01:08:03 +0100 Subject: terminal.c/redraw(): Remove cargo cult. --- src/nvim/terminal.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/nvim/terminal.c b/src/nvim/terminal.c index b8ae2da913..3fd2814070 100644 --- a/src/nvim/terminal.c +++ b/src/nvim/terminal.c @@ -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); -- cgit