#include "defs.h"
#include "ui-style.h"
#include "gdbsupport/gdb_regex.h"
Go to the source code of this file.
◆ DATA_SUBEXP
◆ FINAL_SUBEXP
◆ NUM_SUBEXPRESSIONS
#define NUM_SUBEXPRESSIONS 3 |
◆ _initialize_ui_style()
void _initialize_ui_style |
( |
| ) |
|
◆ extended_color()
◆ read_semi_number()
static bool read_semi_number |
( |
const char * | string, |
|
|
regoff_t * | idx, |
|
|
long * | num ) |
|
static |
◆ skip_ansi_escape()
bool skip_ansi_escape |
( |
const char * | buf, |
|
|
int * | n_read ) |
◆ ansi_regex
◆ ansi_regex_text
const char ansi_regex_text[] |
|
static |
Initial value:=
"^\033\\["
#define DATA_SUBEXP
"("
"[\x30-\x3f]*"
"[\x20-\x2f]*"
")"
#define FINAL_SUBEXP
"([\x40-\x7e])"
Definition at line 26 of file ui-style.c.
◆ bright_colors
const uint8_t bright_colors[][3] |
|
static |
Initial value:= {
{ 127, 127, 127 },
{ 255, 0, 0 },
{ 0, 255, 0 },
{ 255, 255, 0 },
{ 92, 92, 255 },
{ 255, 0, 255 },
{ 0, 255, 255 },
{ 255, 255, 255 }
}
Definition at line 54 of file ui-style.c.
Referenced by ui_file_style::color::get_rgb().