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
Reduce delay for escape
master
Arun Prakash Jana
6 years ago
parent
03ea2252b2
commit
ef9e45682e
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/nnn.c
+ 1
- 0
src/nnn.c
View File
@@ -813,6 +813,7 @@ static bool initcurses(void)
init_pair(4, g_ctx[3].color, -1);
init_pair(4, g_ctx[3].color, -1);
}
}
settimeout(); /* One second */
settimeout(); /* One second */
set_escdelay(25);
return TRUE;
return TRUE;
}
}
Write
Preview
Loading…
Cancel
Save