
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
In article <[EMAIL PROTECTED]>, copx <[EMAIL PROTECTED]> wrote:
// Is there a way to turn off this behaviour?
You could set ESCDELAY to zero, but that's a bit crude. Its typically more suitable and elegant to use nodelay() or timeout(). Using these, or even raw mode, can give you low level access that should allow for a better solution (or at least a more controllable one). The curs_inopts man page is probably of interest to you.
| <-- __Chronological__ --> | <-- __Thread__ --> |