mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Remove a couple of redraw flags that no longer have any effect.
This commit is contained in:
@ -100,7 +100,6 @@ server_redraw_window(struct window *w)
|
||||
if (c->session != NULL && c->session->curw->window == w)
|
||||
server_redraw_client(c);
|
||||
}
|
||||
w->flags |= WINDOW_REDRAW;
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user