瀏覽代碼

stop readline from overwriting LINES

The problem was that readline would completely block LINES from updating
after prompting the user. I'm not entirely sure why this happened, but
at least this patch fixes the problem.
master
0xACE 5 年之前
父節點
當前提交
3f33f0afb9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/nnn.c

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

@@ -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__


Loading…
取消
儲存