On Sep 1, 4:42 am, [EMAIL PROTECTED] (Shlomi Fish) wrote:
> I'm trying to detect Backspace input using Curses/Ncurses. So I have the
> following Perl script that isolates the problem I'm having:
...
>     ch = wgetch(main_win);
...
> Got: 127
> Expected: 263
Check $TERM

xterm is sending 127 (DEL) and the terminal description is probably
saying 8 (^H).

--
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net

Reply via email to