aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-05 22:59:38 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-05 22:59:38 +0000
commit197347b61f4f6cfdf0da94aa3d6205e692e5954e (patch)
treee64882c3fe2a781d76d4e4545c1fc80efbcaea3b /CHANGES
parent741f8967b40121f0364c90635bd609df9cdcd933 (diff)
downloadrtmux-197347b61f4f6cfdf0da94aa3d6205e692e5954e.tar.gz
rtmux-197347b61f4f6cfdf0da94aa3d6205e692e5954e.tar.bz2
rtmux-197347b61f4f6cfdf0da94aa3d6205e692e5954e.zip
Don't bork on link/swap the same window. Also extend comment.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4ffc4210..f7335951 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,17 @@
tmux renamew -t/dev/ttypi:0 newname (client /dev/ttypi's current
session, window 0)
+ This does have some downsides, for example, having to use -t on selectw,
+
+ tmux selectw -t7
+
+ is annoying. But then using non-flagged arguments would mean renaming the
+ current window would need to be something like:
+
+ tmux renamew : newname
+
+ It might be better not to try and be so consistent; comments to the usual
+ address ;-).
* Infrastructure for printing arguments in list-keys output. Easy ones only for
now.
@@ -429,4 +440,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.111 2008-06-05 21:24:59 nicm Exp $
+$Id: CHANGES,v 1.112 2008-06-05 22:59:38 nicm Exp $