projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffc4b7e
)
Reduce popup msg delay
author
Arun Prakash Jana <engineerarun@gmail.com>
Tue, 12 Mar 2019 21:25:36 +0000 (
02:55
+0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Tue, 12 Mar 2019 21:25:36 +0000 (
02:55
+0530)
src/nnn.c
patch
|
blob
|
history
diff --git
a/src/nnn.c
b/src/nnn.c
index 3e5d577b33f0e8f2de2a67aa982614bfcef05685..2db41eac26bc6ac77cc14d972d7a674bdf175955 100644
(file)
--- a/
src/nnn.c
+++ b/
src/nnn.c
@@
-232,7
+232,7
@@
disabledbg()
#define printwarn() printmsg(strerror(errno))
#define istopdir(path) ((path)[1] == '\0' && (path)[0] == '/')
#define copycurname() xstrlcpy(lastname, dents[cur].name, NAME_MAX + 1)
-#define settimeout() timeout(
10
00)
+#define settimeout() timeout(
5
00)
#define cleartimeout() timeout(-1)
#define errexit() printerr(__LINE__)
#define setdirwatch() (cfg.filtermode ? (presel = FILTER) : (dir_changed = TRUE))