aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-13 02:55:36 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-13 02:55:36 +0530
commit9b212da6d42bf1c656ea34fe0fcc09d0243b50c9 (patch)
tree5246aa1286266bbcf03c02f87c6fd568764f94ed /src
parentffc4b7e55d7b5e28808e6bdf2dd6fb7e14d441cd (diff)
downloadnnn-9b212da6d42bf1c656ea34fe0fcc09d0243b50c9.tar.gz
Reduce popup msg delay
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 3e5d577..2db41ea 100644
--- 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(1000)
+#define settimeout() timeout(500)
#define cleartimeout() timeout(-1)
#define errexit() printerr(__LINE__)
#define setdirwatch() (cfg.filtermode ? (presel = FILTER) : (dir_changed = TRUE))