ELinks 0.18.0
|
#include "util/color.h"
Data Structures | |
struct | text_style_color |
struct | text_style |
Macros | |
#define | INIT_TEXT_STYLE(attr, fg, bg) { attr, {fg, bg}} |
Typedefs | |
typedef signed short | text_style_format_T |
Enumerations | |
enum | text_style_format { AT_BOLD = 1 , AT_ITALIC = 2 , AT_UNDERLINE = 4 , AT_FIXED = 8 , AT_GRAPHICS = 16 , AT_PREFORMATTED = 32 , AT_NO_ENTITIES = 64 , AT_STRIKE = 128 } |
Functions | |
void | get_screen_char_template (struct screen_char *template_, struct document_options *options, struct text_style style) |
#define INIT_TEXT_STYLE | ( | attr, | |
fg, | |||
bg ) { attr, {fg, bg}} |
typedef signed short text_style_format_T |
enum text_style_format |
void get_screen_char_template | ( | struct screen_char * | template_, |
struct document_options * | options, | ||
struct text_style | style ) |