|
ELinks 0.18.0
|
The document line consisting of the chars ready to be copied to the terminal screen. More...
#include <document.h>

Data Fields | |
| union { | |
| struct screen_char * chars | |
| struct sixel * sixel | |
| } | ch |
| unsigned int | length:30 |
| unsigned int | kind:1 |
The document line consisting of the chars ready to be copied to the terminal screen.
| union { ... } line::ch |
| struct screen_char* line::chars |
| unsigned int line::kind |
| unsigned int line::length |
| struct sixel* line::sixel |