diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-10-25 15:19:41 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-10-25 15:26:54 +0100 |
commit | 37f83adca8b965133ebdaeebea790ae897bd7175 (patch) | |
tree | 0f89f39951db941db4d4cf82a6daf44462043b2d | |
parent | 6b83ca0077ca607ca594c68ad12df61cae2d8259 (diff) | |
download | rtmux-37f83adca8b965133ebdaeebea790ae897bd7175.tar.gz rtmux-37f83adca8b965133ebdaeebea790ae897bd7175.tar.bz2 rtmux-37f83adca8b965133ebdaeebea790ae897bd7175.zip |
Update CHANGES.
-rw-r--r-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ CHANGES FROM 2.6 TO master +* Support %else in config files to match %if; from Brad Town in GitHub issue + 1071. + +* Fix "kind" terminfo(5) capability to be S-Down not S-Up. + +* Add a box around the preview label in tree mode. + +* Show exit status and time in the remain-on-exit pane text; from Timo + Boettcher in GitHub issue 1103. + +* Correctly use pane-base-index in tree mode. + +* Change the allow-rename option default to off. + * Support for xterm(1) title stack escape sequences (GitHub issue 1075 from Brad Town). |