Reduced ESC delay in App.cpp.

This commit is contained in:
casey langen 2017-02-21 09:57:52 -08:00
parent 6157180be0
commit df4f16ec14

View File

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