mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-29 09:18:36 +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);
|
curs_set(0);
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
set_escdelay(50);
|
set_escdelay(20);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __PDCURSES__
|
#ifdef __PDCURSES__
|
||||||
|
Loading…
Reference in New Issue
Block a user