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:
parent
a464157d4d
commit
cfbe41aa8a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user