summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-wait-for.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-131-3/+3
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-131-2/+2
* Add a cmdq_continue function rather than twiddling the flag directly.nicm2019-06-181-5/+5
* There is no reason wait-for has to be restricted to outside tmux.nicm2018-11-071-3/+3
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-161-28/+30
* Rewrite command queue handling. Each client still has a command queue,nicm2016-10-161-31/+40
* Add static in cmd-* and fix a few other nits.nicm2016-10-101-24/+23
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-131-6/+9
* Use __unused rather than rolling our own.nicm2015-11-181-3/+3
* Use client pointer not file descriptor in logging.nicm2015-10-201-4/+3
* Set woken flag when flushing so that the channel is freed, while herenicm2015-09-131-3/+3
* Change wait-for to work when the signal comes before the wait, also usenicm2015-09-041-36/+71
* 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