aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-03-16 15:11:34 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-03-16 15:11:34 +0000
commit69eff51538076815c981477d527a10185b8212a6 (patch)
tree572500f89dcf26a00c057df3566d2b978a7345ea
parentcae2dfc95aef190523112a95c16d22311de7320c (diff)
downloadrtmux-69eff51538076815c981477d527a10185b8212a6.tar.gz
rtmux-69eff51538076815c981477d527a10185b8212a6.tar.bz2
rtmux-69eff51538076815c981477d527a10185b8212a6.zip
Add.
-rw-r--r--CHANGES19
1 files changed, 18 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7639cf28..e2bda92f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,23 @@
CHANGES FROM 3.1 TO 3.2
-XXX
+* Change double and triple click bindings so that only one is fired (previously
+ double click was fired on the way to triple click). Also add default double
+ and triple click binding to copy the word or line under the cursor and change
+ the existing bindings in copy mode to do the same.
+
+* Add -d flag to run-shell to delay before running the command and allow it to
+ run without a command so it just delays.
+
+* Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q in
+ command mode.
+
+* When the server socket is given with -S, create it with umask 177 instead of
+ 117 (because it may not be in a safe directory like the default directory in
+ /tmp).
+
+* Add a copy-mode -H flag to hide the position marker in the top right.
+
+* Add number operators for formats (+, -, *, / and m),
CHANGES FROM 3.0a TO 3.1