Source: ncurses
Severity: normal

Dear Maintainer,

According to the inopts(3ncurses) man page, calling:

    notimeout(win, TRUE)

for an ncurses window should disable the timer for interpreting input
escape sequences in wgetch(). The expected result, therefore, is that
this would remove the one-second delay in registering the user hitting
ESC when keypad(win, TRUE) has also been called.

This is not the case; the one-second delay remains in force, despite
seeming to be ludicrously long even for a physical terminal on a 9600
baud serial line (approx. 1ms per character), let alone a terminal
emulator.

-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Reply via email to