mirror of
https://github.com/tmux/tmux.git
synced 2025-01-15 05:09:04 +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;
|
continue;
|
||||||
events = 0;
|
events = 0;
|
||||||
if (!server_window_backoff(wp))
|
if (!server_window_backoff(wp))
|
||||||
events = EV_READ;
|
events |= EV_READ;
|
||||||
if (BUFFER_USED(wp->out) > 0)
|
if (BUFFER_USED(wp->out) > 0)
|
||||||
events |= EV_WRITE;
|
events |= EV_WRITE;
|
||||||
event_del(&wp->event);
|
event_del(&wp->event);
|
||||||
|
Loading…
Reference in New Issue
Block a user