瀏覽代碼

Recall current item on refresh or sorting mode change

master
lostd 10 年之前
父節點
當前提交
108996a802
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      noice.c

+ 6
- 0
noice.c 查看文件

@@ -858,8 +858,14 @@ moretyping:
goto begin;
case SEL_MTIME:
mtimeorder = !mtimeorder;
/* Save current */
if (n > 0)
oldpath = makepath(path, dents[cur].name);
goto begin;
case SEL_REDRAW:
/* Save current */
if (n > 0)
oldpath = makepath(path, dents[cur].name);
goto begin;
case SEL_RUN:
exitcurses();


Loading…
取消
儲存