mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 12:48:56 +00:00
A couple of minor cosmetic changes.
This commit is contained in:
parent
abf3a5d50e
commit
ea8c8c5f33
@ -48,7 +48,7 @@ server_window_prepare(void)
|
||||
continue;
|
||||
events = 0;
|
||||
if (!server_window_backoff(wp))
|
||||
events = EV_READ;
|
||||
events |= EV_READ;
|
||||
if (BUFFER_USED(wp->out) > 0)
|
||||
events |= EV_WRITE;
|
||||
event_del(&wp->event);
|
||||
|
Loading…
Reference in New Issue
Block a user