|
ELinks 0.20.0
|
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. | |
Information used for communication between ELinks instances.
| char terminal_interlink::input_queue[1] |
This is the queue of events as coming from the other ELinks instance owning the hosting terminal.
| int terminal_interlink::qfreespace |
How much is free.
| int terminal_interlink::qlen |
How big the input queue is.
| struct terminal_interlink::[struct].utf8 terminal_interlink::utf8 |