From: 0xACE <0xaced@gmail.com> Date: Tue, 16 Jul 2019 03:09:11 +0000 (+0200) Subject: documentation on rl_change_environment X-Git-Tag: v2.6~31^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=02fd4c4d8c927b574eadc3dee16ef8528e6c8297;p=nnn.git documentation on rl_change_environment Basically that line lets nnn retain the WINCH signal for itself. --- diff --git a/src/nnn.c b/src/nnn.c index 9cd0910a..ecb94722 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4784,6 +4784,7 @@ int main(int argc, char *argv[]) #ifndef NORL #if RL_READLINE_VERSION >= 0x0603 + /* readline would overwrite the WINCH signal hook */ rl_change_environment = 0; #endif /* Bind TAB to cycling */