ELinks 0.18.0
|
Like struct term_event_keyboard but used in the interlink protocol between ELinks processes. More...
#include <kbd.h>
Data Fields | |
int | key |
This is like term_event_key_T but carries individual bytes rather than entire characters, and uses different values for special keys. | |
int | modifier |
The values are from term_event_modifier_T, but the type must be int so that the representation remains compatible with ELinks 0.11. |
Like struct term_event_keyboard but used in the interlink protocol between ELinks processes.
Because the processes may be running different versions of ELinks, especially if a new version has just been installed, this structure should be kept binary compatible as long as possible. See bug 793 for a list of pending changes to the protocol.
int interlink_event_keyboard::key |
This is like term_event_key_T but carries individual bytes rather than entire characters, and uses different values for special keys.
int interlink_event_keyboard::modifier |
The values are from term_event_modifier_T, but the type must be int so that the representation remains compatible with ELinks 0.11.