diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-06-10 09:25:50 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-06-10 09:25:50 +0100 |
commit | 57aaad2ddbc5504c5874290edf838d111152adc5 (patch) | |
tree | e598c01a71352eb4277f658adc6693b2143fa301 | |
parent | d25738b61e732dc8a35ca7c7866329b325e80335 (diff) | |
download | rtmux-57aaad2ddbc5504c5874290edf838d111152adc5.tar.gz rtmux-57aaad2ddbc5504c5874290edf838d111152adc5.tar.bz2 rtmux-57aaad2ddbc5504c5874290edf838d111152adc5.zip |
Update CHANGES.
-rw-r--r-- | CHANGES | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -8,22 +8,11 @@ CHANGES FROM 3.2 TO 3.3 changes the meaning of the word-separators option - setting it to the empty string is equivalent to the previous behavior. -* 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. - * Add -F for command-prompt and use it to fix "Rename" on the window menu. -* Do not expand the filename given to -f so it can contain colons. - -* Add different command historys for different types of prompts ("command", +* Add different command histories for different types of prompts ("command", "search" etc). From Anindya Mukherjee. -* 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. |