Clear filter at start

This commit is contained in:
Arun Prakash Jana 2020-03-02 18:54:53 +05:30
parent a54a23eae5
commit 0941e511e4
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

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 */