ELinks 0.20.0
terminal_interlink Struct Reference

Information used for communication between ELinks instances. More...

Data Structures

struct  [struct].utf8
 UTF-8 input key value decoding data. More...

Data Fields

int qlen
 How big the input queue is.
int qfreespace
 How much is free.
struct  utf8
char input_queue [1]
 This is the queue of events as coming from the other ELinks instance owning the hosting terminal.

Detailed Description

Information used for communication between ELinks instances.

Field Documentation

◆ input_queue

char terminal_interlink::input_queue[1]

This is the queue of events as coming from the other ELinks instance owning the hosting terminal.

◆ qfreespace

int terminal_interlink::qfreespace

How much is free.

◆ qlen

int terminal_interlink::qlen

How big the input queue is.

◆ utf8

struct terminal_interlink::[struct].utf8 terminal_interlink::utf8

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