src/nnn.c | 2 ++ diff --git a/src/nnn.c b/src/nnn.c index e3e3b35c3b87c89daff82859c0b548f6d34c5dac..9cd0910a4e695fe45ec7128a079c747c77d14efe 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -4783,7 +4783,9 @@ /* Set locale */ setlocale(LC_ALL, ""); #ifndef NORL +#if RL_READLINE_VERSION >= 0x0603 rl_change_environment = 0; +#endif /* Bind TAB to cycling */ rl_variable_bind("completion-ignore-case", "on"); #ifdef __linux__