From 02fd4c4d8c927b574eadc3dee16ef8528e6c8297 Mon Sep 17 00:00:00 2001 From: 0xACE <0xaced@gmail.com> Date: Tue, 16 Jul 2019 05:09:11 +0200 Subject: documentation on rl_change_environment Basically that line lets nnn retain the WINCH signal for itself. --- src/nnn.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nnn.c') diff --git a/src/nnn.c b/src/nnn.c index 9cd0910..ecb9472 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 */ -- cgit v1.2.3-70-g09d2