diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-23 18:27:27 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-23 18:27:27 +0100 |
commit | d1c1e05ea71f4d2f01eb9b4370896049b02a1818 (patch) | |
tree | d4d24df7037659f855152273dbe896743c68dec3 | |
parent | d53e1fedd595db68a4e5bc9e3e7024fa924300d3 (diff) | |
download | rtmux-d1c1e05ea71f4d2f01eb9b4370896049b02a1818.tar.gz rtmux-d1c1e05ea71f4d2f01eb9b4370896049b02a1818.tar.bz2 rtmux-d1c1e05ea71f4d2f01eb9b4370896049b02a1818.zip |
Update CHANGES.
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ CHANGES FROM 3.1 TO 3.2 +* Add extension terminfo(5) capabilities for margins. + +* 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). + * Remove the DSR 1337 iTerm2 extension and replace by the extended device attributes sequence (CSI > q) supported by more terminals. |