summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/cmd-wait-for.c
AgeCommit message (Expand)Author
2015-10-20Use client pointer not file descriptor in logging.Nicholas Marriott
2015-09-13Set woken flag when flushing so that the channel is freed, while hereNicholas Marriott
2015-09-04Change wait-for to work when the signal comes before the wait, also useNicholas Marriott
2014-10-20Instead of setting up the default keys by building the key structNicholas Marriott
2014-09-01Wake up any clients waiting with the wait-for command when the serverNicholas Marriott
2014-09-01Various minor style and spacing nits.Nicholas Marriott
2013-10-10Mark flags as optional and mutually exclusive. From Tiago Cunha.Nicholas Marriott
2013-10-10Remove the barely-used and unnecessary command check() function.Nicholas Marriott
2013-03-25Add wait-for -L and -U for lock and unlock, from Thiago Padilha.Nicholas Marriott
2013-03-25Add a wait-for command which blocks a client on a named channel until itNicholas Marriott