ELinks 0.18.0
term_event Struct Reference

An event received from a terminal. More...

#include <event.h>

Collaboration diagram for term_event:

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

Detailed Description

An event received from a terminal.

This type can be changed without breaking interlink compatibility.

Field Documentation

◆ ev

enum term_event_type term_event::ev

◆ [union]

union { ... } term_event::info

◆ keyboard

struct term_event_keyboard term_event::keyboard

◆ mouse

struct term_event_mouse term_event::mouse

◆ size


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