ソースを参照

Set to the lat selected file

master
Arun Prakash Jana 8年前
コミット
f52367a481
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      nnn.c

+ 2
- 1
nnn.c ファイルの表示

@@ -757,7 +757,8 @@ readln(char *path)
printprompt(ln);
break;
case CONTROL('L'):
cur = oldcur; // fallthrough
if (len == 1)
cur = oldcur; // fallthrough
case CONTROL('Q'):
goto end;
default:


読み込み中…
キャンセル
保存