Home
last modified time | relevance | path

Searched refs:IS_ALT_COLOR (Results 1 – 3 of 3) sorted by relevance

/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_color.h24 #define IS_ALT_COLOR(color) (0x1f2 <= (color)) macro
H A Dvt_parser.c2927 if (IS_ALT_COLOR(color)) { in get_rgb()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_color_manager.c202 } else if (IS_ALT_COLOR(color)) { in ui_get_xcolor()