mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 03:14:30 +00:00
Reduced ESC delay in App.cpp.
This commit is contained in:
parent
6157180be0
commit
df4f16ec14
@ -93,7 +93,7 @@ App::App(const std::string& title) {
|
||||
curs_set(0);
|
||||
|
||||
#ifndef WIN32
|
||||
set_escdelay(50);
|
||||
set_escdelay(20);
|
||||
#endif
|
||||
|
||||
#ifdef __PDCURSES__
|
||||
|
Loading…
Reference in New Issue
Block a user