Procházet zdrojové kódy

Reduce popup msg delay

master
Arun Prakash Jana před 5 roky
rodič
revize
9b212da6d4
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Zobrazit soubor

@@ -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))


Načítá se…
Zrušit
Uložit