1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Linux and FreeBSD are not compatible. I prefer Linux

This commit is contained in:
witekfl 2006-02-12 14:19:39 +01:00 committed by
parent a464157d4d
commit cfbe41aa8a

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: