|
ELinks 0.20.0
|
UTF-8 input key value decoding data. More...
Data Fields | |
| unicode_val_T | ucs |
| int | len |
| unicode_val_T | min |
| term_event_modifier_T | modifier |
| Modifier keys from the key event that carried the first byte of the character. | |
UTF-8 input key value decoding data.
| unicode_val_T terminal_interlink::[struct].utf8 min |
| term_event_modifier_T terminal_interlink::[struct].utf8 modifier |
Modifier keys from the key event that carried the first byte of the character.
We need this because ELinks sees e.g. ESC U+00F6 as 0x1B 0xC3 0xB6 and converts it to Alt-0xC3 0xB6, attaching the modifier to the first byte only.
| unicode_val_T terminal_interlink::[struct].utf8 ucs |