Merge branch '3.2a'

This commit is contained in:
Nicholas Marriott 2021-06-10 09:26:38 +01:00
commit ac98385e55

15
CHANGES
View File

@ -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 * Change cursor style handling so tmux understands which sequences contain
blinking and sets the flag appropriately, means that it works whether cnorm 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", * Add different command histories for different types of prompts ("command",
"search" etc). From Anindya Mukherjee. "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 CHANGES FROM 3.1c TO 3.2
* Add a flag to disable keys to close a message. * Add a flag to disable keys to close a message.