aboutsummaryrefslogtreecommitdiff
path: root/cmd-refresh-client.c
Commit message (Collapse)AuthorAge
* Trimify.Nicholas Marriott2008-06-18
|
* Big reorganisation of command-line syntax.Nicholas Marriott2008-06-05
|
* Easy bits of arg printing for list-keys.Nicholas Marriott2008-06-05
|
* If no command is specified, assume new-session.Nicholas Marriott2008-06-03
|
* Add a windowonly generic command and use it where appropriate. Also trim ↵Nicholas Marriott2008-06-02
| | | | includes and unused.
* Move -s and -c down a level so handling them is the responsibility of the ↵Nicholas Marriott2008-06-02
| | | | command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before.
* Add -c option to specify client, and move detach/refresh to client rather ↵Nicholas Marriott2007-11-16
than session.