This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Clear filter at start
master
Arun Prakash Jana
4 years ago
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
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 */
Write
Preview
Loading…
Cancel
Save