1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00
This commit is contained in:
Kalle Olavi Niemitalo 2006-02-12 17:17:54 +02:00 committed by Kalle Olavi Niemitalo
commit edd087c722

View File

@ -771,12 +771,9 @@ set_kbd_event(struct term_event *ev, int key, int modifier)
key = KBD_TAB;
break;
/* Free BSD uses ASCII_DEL on console */
case ASCII_BS:
key = KBD_BS;
break;
case ASCII_DEL:
key = KBD_DEL;
key = KBD_BS;
break;
case ASCII_LF: