A couple of minor cosmetic changes.

pull/1/head
Nicholas Marriott 2009-11-04 20:59:22 +00:00
parent abf3a5d50e
commit ea8c8c5f33
2 changed files with 1 additions and 2 deletions

View File

@ -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);

1
tmux.c
View File

@ -504,7 +504,6 @@ main(int argc, char **argv)
client_main(); /* doesn't return */
}
void
main_set_signals(void)
{