diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nnn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4783,6 +4783,7 @@ int main(int argc, char *argv[]) setlocale(LC_ALL, ""); #ifndef NORL + rl_change_environment = 0; /* Bind TAB to cycling */ rl_variable_bind("completion-ignore-case", "on"); #ifdef __linux__ |