|
ELinks 0.20.0
|
One position in the terminal screen's image. More...
#include <draw.h>
Data Structures | |
| union | [union].c |
Data Fields | |
| unicode_val_T | data |
| Contains either character value or frame data. | |
| unsigned char | attr |
| Attributes are screen_char_attr bits. | |
| union | c |
| unsigned int | is_default_fg_color:1 |
| unsigned int | is_default_bg_color:1 |
| unsigned int | number |
Related Symbols | |
(Note that these are not member symbols.) | |
| #define | copy_screen_chars(to, from, amount) |
One position in the terminal screen's image.
|
| unsigned char screen_char::attr |
Attributes are screen_char_attr bits.
| union screen_char::[union].c screen_char::c |
| unicode_val_T screen_char::data |
Contains either character value or frame data.
data is enum border_char.data is a character value in UCS-4. This is possible only if CONFIG_UTF8 is defined.data is a byte in that charset. | unsigned int screen_char::is_default_bg_color |
| unsigned int screen_char::is_default_fg_color |
| unsigned int screen_char::number |