diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-16 21:12:31 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-16 21:12:31 +0000 |
| commit | b359f9b594ccd945a245e429469d3c53fb6bf859 (patch) | |
| tree | 56ea1db5c03062736f52775f4c45e16f51339eb0 /CHANGES | |
| parent | 86b73cec72fc178cc612a60af2ac1d0aff3c10c5 (diff) | |
| download | rtmux-b359f9b594ccd945a245e429469d3c53fb6bf859.tar.gz rtmux-b359f9b594ccd945a245e429469d3c53fb6bf859.tar.bz2 rtmux-b359f9b594ccd945a245e429469d3c53fb6bf859.zip | |
Add -c option to specify client, and move detach/refresh to client rather than session.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 16 November 2007 +* (nicm) Accept "-c client-tty" on command line to allow client manipulation + commands, and change detach-/refresh-session to detach-/refresh-client (this + loses the -a behaviour, but at some point -session versions may return, and + -c will allow fnmatch(3)). * (nicm) List available commands on ambiguous command. 12 November 2007 @@ -210,4 +214,4 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.68 2007-11-16 13:23:59 nicm Exp $ +$Id: CHANGES,v 1.69 2007-11-16 21:12:31 nicm Exp $ |