Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Curses::UI - How to set escape delay?

by rnewsham (Curate)
on Aug 15, 2013 at 06:27 UTC ( [id://1049519]=note: print w/replies, xml ) Need Help??


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;

Replies are listed 'Best First'.
Re^2: Curses::UI - How to set escape delay?
by withering (Monk) on Aug 15, 2013 at 06:33 UTC

    Thanks. Well it seems there's no other alternative to set_escdelay...

      Is there a particular reason why you want an alternative method?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1049519]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (9)
As of 2024-04-16 08:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found