Browse Source

Clear filter at start

master
Arun Prakash Jana 4 years ago
parent
commit
0941e511e4
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -1481,7 +1481,7 @@ static bool initcurses(void *oldmask)

init_pair(i + 1, g_ctx[i].color, -1);

g_ctx[i].c_fltr[REGEX_MAX - 1] = '\0';
memset(g_ctx[i].c_fltr, 0, REGEX_MAX);
}

settimeout(); /* One second */


Loading…
Cancel
Save