From fdf1f3eb574eba71adb2dbdc8fb7df3f61a8c4ba Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 14 Oct 2018 20:42:37 +0200 Subject: menuconfig: Mention some ncurses ESCDELAY investigation --- menuconfig.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/menuconfig.py b/menuconfig.py index e4bff2c..7815bfe 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -669,6 +669,10 @@ def menuconfig(kconf): # report if you run into issues. Some suitable small default value could be # used here instead in that case. Maybe it's silly to not put in the # smallest imperceptible delay here already, though I don't like guessing. + # + # (From a quick glance at the ncurses source code, ESCDELAY might only be + # relevant for mouse events there, so maybe escapes are assumed to arrive + # in one piece already...) os.environ.setdefault("ESCDELAY", "0") # Enter curses mode. _menuconfig() returns a string to print on exit, after -- cgit v1.2.3