diff options
Diffstat (limited to '')
-rw-r--r-- | src/list_window.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/list_window.c b/src/list_window.c index e69f6ac04..82df1350b 100644 --- a/src/list_window.c +++ b/src/list_window.c @@ -92,8 +92,6 @@ list_window_center(struct list_window *lw, unsigned rows, unsigned n) else lw->start = 0; } - - lw->repaint = 1; } void @@ -303,7 +301,6 @@ list_window_cmd(struct list_window *lw, unsigned rows, command_t cmd) return 0; } - lw->repaint = 1; return 1; } @@ -353,7 +350,6 @@ list_window_scroll_cmd(struct list_window *lw, unsigned rows, command_t cmd) return 0; } - lw->repaint = 1; return 1; } |