ELinks 0.18.0
line Struct Reference

The document line consisting of the chars ready to be copied to the terminal screen. More...

#include <document.h>

Collaboration diagram for line:

Data Fields

union { 
 
   struct screen_char *   chars 
 
   struct sixel *   sixel 
 
ch 
 
unsigned int length:30
 
unsigned int kind:1
 

Detailed Description

The document line consisting of the chars ready to be copied to the terminal screen.

Field Documentation

◆ [union]

union { ... } line::ch

◆ chars

struct screen_char* line::chars

◆ kind

unsigned int line::kind

◆ length

unsigned int line::length

◆ sixel

struct sixel* line::sixel

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