Re: Backspace fix

1999-07-14 Thread OKUJI Yoshinori
From: Pavel Roskin [EMAIL PROTECTED] Subject: Backspace fix Date: Tue, 13 Jul 1999 17:37:24 +0400 (EEST) The attached patch fixes backspace in rxvt Thanks! I'll integrate it. Full keyboard support in /sbin/grub still needs a lot of work. Exactly. In my plan, /sbin/grub will use terminfo

Backspace fix

1999-07-13 Thread Pavel Roskin
Hello! The attached patch fixes backspace in rxvt From /usr/include/ncurses/curses.h: #define KEY_BACKSPACE 0407/* Backspace (unreliable) */ Let's make it more reliable. If the code 127 has not been recognized by ncurses as delete or backspace, let's assume that it's backspace.