summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-06-10 09:26:38 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-06-10 09:26:38 +0100
commitac98385e557460c9fae63b679899becc3837e545 (patch)
treeaad250e8b56adb076ebd5cf48f0c61679985ebec /CHANGES
parent57aaad2ddbc5504c5874290edf838d111152adc5 (diff)
parent3b929f332aafa7f1080eacc31feb11ffbb1d1841 (diff)
Merge branch '3.2a'
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fbf02422..65a96717 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-CHANGES FROM 3.2 TO 3.3
+CHANGES FROM 3.2a TO 3.3
* Change cursor style handling so tmux understands which sequences contain
blinking and sets the flag appropriately, means that it works whether cnorm
@@ -13,6 +13,19 @@ CHANGES FROM 3.2 TO 3.3
* Add different command histories for different types of prompts ("command",
"search" etc). From Anindya Mukherjee.
+CHANGES FROM 3.2 TO 3.2a
+
+* Add an "always" value for the "extended-keys" option; if set then tmux will
+ forward extended keys to applications even if they do not request them.
+
+* Add a "mouse" terminal feature so tmux can enable the mouse on terminals
+ where it is known to be supported even if terminfo(5) says otherwise.
+
+* Do not expand the filename given to -f so it can contain colons.
+
+* Fixes for problems with extended keys and modifiers, scroll region,
+ source-file, crosscompiling, format modifiers and other minor issues.
+
CHANGES FROM 3.1c TO 3.2
* Add a flag to disable keys to close a message.