diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-09-15 13:37:39 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-09-15 13:37:39 +0100 |
commit | a049ebd6f77c0e6d2140edea94fdd08b33c5368f (patch) | |
tree | 0bb7a51657a3b00a62f6939a5ea83717c7ea88fc | |
parent | adb620c4e4f11d1d63242192b21f764a118397e0 (diff) | |
download | rtmux-a049ebd6f77c0e6d2140edea94fdd08b33c5368f.tar.gz rtmux-a049ebd6f77c0e6d2140edea94fdd08b33c5368f.tar.bz2 rtmux-a049ebd6f77c0e6d2140edea94fdd08b33c5368f.zip |
And more CHANGES.
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ CHANGES FROM 3.2a TO 3.3 +* The configure script now sets the default for default-terminal to the best + available terminfo(5) entry on the compiling platform. A new --with-TERM + argument can be used to override this. + +* Configuring on macOS will fail unless either --enable-utf8proc or + --disable-utf8proc is given. + * Change so that {} is converted to tmux commands immediately when parsed. This means it must contain valid tmux commands. For commands which expand %% and %%%, this now only happens within string arguments. Use of aliases inside {} |