mirror of
https://github.com/tmate-io/tmate.git
synced 2025-03-15 08:38:53 +01:00
Sync OpenBSD patchset 492:
A couple of minor cosmetic changes.
This commit is contained in:
parent
e41055c5aa
commit
5116aaa51a
@ -1,4 +1,4 @@
|
|||||||
/* $Id: server-window.c,v 1.5 2009-11-08 22:40:36 tcunha Exp $ */
|
/* $Id: server-window.c,v 1.6 2009-11-08 22:53:13 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -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);
|
||||||
|
3
tmux.c
3
tmux.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: tmux.c,v 1.185 2009-11-08 22:40:36 tcunha Exp $ */
|
/* $Id: tmux.c,v 1.186 2009-11-08 22:53:13 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -507,7 +507,6 @@ main(int argc, char **argv)
|
|||||||
client_main(); /* doesn't return */
|
client_main(); /* doesn't return */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
main_set_signals(void)
|
main_set_signals(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user