|
ELinks 0.18.0
|
An event received from a terminal. More...
#include <event.h>

Data Fields | ||
| enum term_event_type | ev | |
| union { | ||
| struct term_event_mouse mouse | ||
| EVENT_MOUSE More... | ||
| struct term_event_keyboard keyboard | ||
| EVENT_KBD More... | ||
| struct term_event_size size | ||
| EVENT_INIT, EVENT_RESIZE, EVENT_REDRAW More... | ||
| } | info | |
An event received from a terminal.
This type can be changed without breaking interlink compatibility.
| enum term_event_type term_event::ev |
| union { ... } term_event::info |
| struct term_event_keyboard term_event::keyboard |
| struct term_event_mouse term_event::mouse |
| struct term_event_size term_event::size |