aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c1
1 files changed, 1 insertions, 0 deletions
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 */