ELinks 0.20.0
terminal_interlink::[struct].utf8 Struct Reference

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.

Detailed Description

UTF-8 input key value decoding data.

Field Documentation

◆ len

◆ min

◆ modifier

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.

◆ ucs


The documentation for this struct was generated from the following files: