aboutsummaryrefslogtreecommitdiff
path: root/cmd-wait-for.c
Commit message (Collapse)AuthorAge
* No need for $Id$ now.Nicholas Marriott2014-11-08
|
* Merge branch 'obsd-master'Thomas Adam2014-10-21
|\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile cmd-list-commands.c cmd-suspend-client.c job.c tmux.h xmalloc.c
| * Instead of setting up the default keys by building the key structnicm2014-10-20
| | | | | | | | | | | | | | | | | | directly with a helper function in the cmd_entry, include a table of bind-key commands and pass them through the command parser and a temporary cmd_q. As well as being smaller, this will allow default bindings to be command sequences which will probably be needed soon.
* | Merge branch 'obsd-master'Thomas Adam2014-09-25
|\|
| * Wake up any clients waiting with the wait-for command when the servernicm2014-09-01
| | | | | | | | exits.
| * Various minor style and spacing nits.nicm2014-09-01
| |
| * Mark flags as optional and mutually exclusive. From Tiago Cunha.nicm2013-10-10
| |
| * Add wait-for -L and -U for lock and unlock, from Thiago Padilha.Nicholas Marriott2013-03-25
|
* Mark flags as optional and mutually exclusive.Tiago Cunha2013-08-31
|
* Remove the barely-used and unnecessary command check() function.Nicholas Marriott2013-08-21
|
* Add wait-for -L and -U for lock and unlock, from Thiago Padilha.Nicholas Marriott2013-03-06
|
* Add a wait-for command which blocks a client on a named channel until it isNicholas Marriott2013-03-06
wokrn up again (with wait-for -S). From Thiago Padilha.