浏览代码

set rl_change_environment in readline gt v6.3

Looked up GNU readline library's repo and looked
for the first occurance of rl_change_environment.
master
0xACE 5 年前
父节点
当前提交
ef32cf7177
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c 查看文件

@@ -4783,7 +4783,9 @@ int main(int argc, char *argv[])
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__


正在加载...
取消
保存