瀏覽代碼

Show selection name in archive option

master
Arun Prakash Jana 6 年之前
父節點
當前提交
af3d0a69bc
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. +5
    -1
      nnn.c

+ 5
- 1
nnn.c 查看文件

@@ -3078,10 +3078,14 @@ nochange:
printmsg("quotes off");
goto nochange;
case SEL_OPEN: // fallthrough
case SEL_ARCHIVE: // fallthrough
case SEL_ARCHIVE:
if (ndents <= 0)
break; // fallthrough
case SEL_NEW:
if (sel == SEL_OPEN)
tmp = xreadline(NULL, "open with: ");
else if (sel == SEL_ARCHIVE)
tmp = xreadline(dents[cur].name, "name: ");
else
tmp = xreadline(NULL, "name: ");



Loading…
取消
儲存