mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Merge with http://elinks.cz/elinks.git
This commit is contained in:
commit
edd087c722
@ -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