summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-16 21:43:43 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-16 21:43:43 +0000
commit685930623534e1d0c6cd9dff91bb67b6593f844c (patch)
treecb015627bbef0fac929c77d26337e6083d71cdfa /CHANGES
parent85e4e820b606d2e8bbd71ebd5afc78468ef936be (diff)
Ooops use ->client here, not cmdclient.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 5738c752..9c91fcc9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,7 @@
$ tmux bind q switch 0
$ tmux bind w switch 1
- To switch between sessions 0 and 1 with a key :-).
+ Then you can switch between sessions 0 and 1 with a key :-).
* (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
@@ -221,4 +221,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.70 2007-11-16 21:31:03 nicm Exp $
+$Id: CHANGES,v 1.71 2007-11-16 21:43:43 nicm Exp $