summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-wait-for.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instead of setting up the default keys by building the key structnicm2014-10-201-2/+1
* Wake up any clients waiting with the wait-for command when the servernicm2014-09-011-1/+23
* Various minor style and spacing nits.nicm2014-09-011-3/+3
* Mark flags as optional and mutually exclusive. From Tiago Cunha.nicm2013-10-101-2/+2
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* Add wait-for -L and -U for lock and unlock, from Thiago Padilha.nicm2013-03-251-6/+79
* Add a wait-for command which blocks a client on a named channel until itnicm2013-03-251-0/+124