ソースを参照

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();


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