http://qs321.pair.com?node_id=1049519


in reply to Curses::UI - How to set escape delay?

You can set that with an environment variable. Adding the following line near the start of your script seems to work for me.

$ENV{ESCDELAY} = 3000;