mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -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;
|
key = KBD_TAB;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Free BSD uses ASCII_DEL on console */
|
|
||||||
case ASCII_BS:
|
case ASCII_BS:
|
||||||
key = KBD_BS;
|
|
||||||
break;
|
|
||||||
case ASCII_DEL:
|
case ASCII_DEL:
|
||||||
key = KBD_DEL;
|
key = KBD_BS;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ASCII_LF:
|
case ASCII_LF:
|
||||||
|
Loading…
Reference in New Issue
Block a user