ELinks 0.18.0
|
#include "document/format.h"
#include "terminal/color.h"
#include "util/color.h"
#include "util/box.h"
Data Structures | |
struct | active_link_options_colors |
Active link coloring options. More... | |
struct | active_link_options |
struct | document_options_colors |
This mostly acts as a option cache so rendering will be faster. More... | |
struct | document_options_image_link |
struct | document_options |
Macros | |
#define | use_document_fg_colors(o) ((o)->color_mode != COLOR_MODE_MONO && (o)->use_document_colors >= 1) |
#define | use_document_bg_colors(o) ((o)->color_mode != COLOR_MODE_MONO && (o)->use_document_colors == 2) |
Functions | |
int | compare_opt (struct document_options *o1, struct document_options *o2) |
void | toggle_document_option (struct session *ses, const char *option_name) |
Increments the numeric value of the option identified by option_name, resetting it to the minimum value when it is already at the maximum value, and redraws the document. | |
#define use_document_bg_colors | ( | o | ) | ((o)->color_mode != COLOR_MODE_MONO && (o)->use_document_colors == 2) |
#define use_document_fg_colors | ( | o | ) | ((o)->color_mode != COLOR_MODE_MONO && (o)->use_document_colors >= 1) |
int compare_opt | ( | struct document_options * | o1, |
struct document_options * | o2 ) |
void toggle_document_option | ( | struct session * | ses, |
const char * | option_name ) |
Increments the numeric value of the option identified by option_name, resetting it to the minimum value when it is already at the maximum value, and redraws the document.