mirror of
https://github.com/jarun/nnn.git
synced 2024-11-04 18:33:12 +00:00
Reduce popup msg delay
This commit is contained in:
parent
ffc4b7e55d
commit
9b212da6d4
|
@ -232,7 +232,7 @@ disabledbg()
|
||||||
#define printwarn() printmsg(strerror(errno))
|
#define printwarn() printmsg(strerror(errno))
|
||||||
#define istopdir(path) ((path)[1] == '\0' && (path)[0] == '/')
|
#define istopdir(path) ((path)[1] == '\0' && (path)[0] == '/')
|
||||||
#define copycurname() xstrlcpy(lastname, dents[cur].name, NAME_MAX + 1)
|
#define copycurname() xstrlcpy(lastname, dents[cur].name, NAME_MAX + 1)
|
||||||
#define settimeout() timeout(1000)
|
#define settimeout() timeout(500)
|
||||||
#define cleartimeout() timeout(-1)
|
#define cleartimeout() timeout(-1)
|
||||||
#define errexit() printerr(__LINE__)
|
#define errexit() printerr(__LINE__)
|
||||||
#define setdirwatch() (cfg.filtermode ? (presel = FILTER) : (dir_changed = TRUE))
|
#define setdirwatch() (cfg.filtermode ? (presel = FILTER) : (dir_changed = TRUE))
|
||||||
|
|
Loading…
Reference in a new issue