--- src/c/arch/ncurses/dpy.cc.smb 2025-03-17 15:09:49.678105993 -0400 +++ src/c/arch/ncurses/dpy.cc 2025-03-17 15:10:07.915516585 -0400 @@ -38,7 +38,7 @@ // ESCDELAY defaults to 1000 (ms) in ncurses. This is why the menu requires a 1 second delay to appear after hitting escape. // Setting it too low might interfere with other control key inputs.. 30 doesn't seem to cause problems, and the menu // appears quickly. - ESCDELAY = 30; + //ESCDELAY = 30; while (*argv) {