Переглянути джерело

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


Завантаження…
Відмінити
Зберегти