Browse Source

Remember current entry accross filter changes

master
lostd 10 years ago
parent
commit
15a7a78264
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      noice.c

+ 2
- 0
noice.c View File

@@ -695,6 +695,8 @@ nochange:
filter = tmp;
filter_re = re;
DPRINTF_S(filter);
/* Save current */
oldpath = makepath(path, dents[cur].name);
goto out;
case SEL_NEXT:
if (cur < n - 1)


Loading…
Cancel
Save