From a049ebd6f77c0e6d2140edea94fdd08b33c5368f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 15 Sep 2021 13:37:39 +0100 Subject: [PATCH] And more CHANGES. --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index ceefc215..6a7b87c5 100644 --- a/CHANGES +++ b/CHANGES @@ -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 {}