Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instead of setting up the default keys by building the key struct | 2014-10-20 | 1 | -2/+1 | |
| | | | | | | | | | 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. | ||||
* | Wake up any clients waiting with the wait-for command when the server | 2014-09-01 | 1 | -1/+23 | |
| | | | | exits. | ||||
* | Various minor style and spacing nits. | 2014-09-01 | 1 | -3/+3 | |
| | |||||
* | Mark flags as optional and mutually exclusive. From Tiago Cunha. | 2013-10-10 | 1 | -2/+2 | |
| | |||||
* | Remove the barely-used and unnecessary command check() function. | 2013-10-10 | 1 | -2/+1 | |
| | |||||
* | Add wait-for -L and -U for lock and unlock, from Thiago Padilha. | 2013-03-25 | 1 | -6/+79 | |
| | |||||
* | Add a wait-for command which blocks a client on a named channel until it | 2013-03-25 | 1 | -0/+124 | |
is woken up again (with wait-for -S). From Thiago Padilha. |