aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-03 12:34:16 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-03 12:34:16 +0000
commitfe06744d66e66b0b8e3839dbca5791001be5e58d (patch)
tree8dc1240b8d30e8ccd85fc2fd6b58633ec7dc349e /CHANGES
parentdadc56d754f2e86dec96bcf3bed54090538ce336 (diff)
downloadrtmux-fe06744d66e66b0b8e3839dbca5791001be5e58d.tar.gz
rtmux-fe06744d66e66b0b8e3839dbca5791001be5e58d.tar.bz2
rtmux-fe06744d66e66b0b8e3839dbca5791001be5e58d.zip
String/number arguments..
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 92dcfca6..2f84a8c9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
03 October 2007
+* (nicm) String number arguments. So you can do: tmux bind ^Q create "blah".
* (nicm) Key binding. tmux bind key command [argument] and tmux unbind key.
Key names are in a table in key-string.c, plus A is A, ^A is ctrl-A.
Possible commands are in cmd.c (look at cmd_bind_table).
@@ -98,5 +99,5 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.24 2007-10-03 11:26:33 nicm Exp $
+$Id: CHANGES,v 1.25 2007-10-03 12:34:16 nicm Exp $