diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-29 15:19:39 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-29 15:19:39 +0100 |
commit | fe601e54171a431ce908f01c1f8aea3166af3d38 (patch) | |
tree | 575691fbc849e6a8cc7eff4293bbadd7780fdb95 | |
parent | b06235c345d8d6426d3c8208b4e475e6c60ac884 (diff) | |
download | rtmux-fe601e54171a431ce908f01c1f8aea3166af3d38.tar.gz rtmux-fe601e54171a431ce908f01c1f8aea3166af3d38.tar.bz2 rtmux-fe601e54171a431ce908f01c1f8aea3166af3d38.zip |
Update CHANGES.
-rw-r--r-- | CHANGES | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,6 +1,29 @@ CHANGES FROM 3.1 TO 3.2 -* Add extension terminfo(5) capabilities for margins. +* Sanitize session names like window names instead of forbidding invalid ones. + +* Check if the clear terminfo(5) capability starts with CSI and if so then + assume the terminal is VT100-like, rather than relying on the XT capability. + +* Improve command prompt tab completion and add menus both for strings and for + -t and -s (when used without a trailing space). + +* Change all the style options to string options so they can support formats. + Change pane-border-active-style to use this to change the border colour when + in a mode or with synchronize-panes on. This also implies a few minor changes + to existing behaviour: + + - set-option -a with a style option automatically inserts a comma between the + old value and appended text. + + - OSC 10 and 11 no longer set the window-style option, instead they store the + colour internally in the pane data and it is used as the default when the + option is evaluated. + + - status-fg and -bg now override status-style instead of the option values + being changed. + +* Add extension terminfo(5) capabilities for margins and focus reporting. * Try $XDG_CONFIG_HOME/tmux/tmux.conf as well as ~/.config/tmux/tmux.conf for configuration file (the search paths are in TMUX_CONF in Makefile.am). |