Home
last modified time | relevance | path

Searched refs:ATTR_UNDERLINE (Results 1 – 25 of 64) sorted by path

123

/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A DFl_Text_Display_mod_1_1.H62 ATTR_UNDERLINE = 1, enumerator
/dports/devel/pear-phing/phing-2.6.1/listener/
H A DAnsiColorLogger.php105 const ATTR_UNDERLINE = 3; define in AnsiColorLogger
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/terminal/
H A Dcolor.c31 case 'u': CMP("underline", ATTR_UNDERLINE); in lookup_attr()
H A Dcolor.h43 ATTR_UNDERLINE = 0x02, enumerator
H A Dterminfo.c208 attr_is_set(color, ATTR_UNDERLINE), in tputs_set_color()
241 static_assert(ATTR_UNDERLINE == 2); in convert_ncv_flags_to_attrs()
250 ATTR_UNDERLINE | ATTR_REVERSE | ATTR_BLINK in convert_ncv_flags_to_attrs()
H A Dxterm.c52 {'4', ATTR_UNDERLINE}, in xterm_set_color()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/test/
H A Dterminal.c26 {{"0", "255", "underline"}, {COLOR_BLACK, 255, ATTR_UNDERLINE}}, in test_parse_term_color()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dansi.c37 #define ATTR_UNDERLINE 0x08 /**< Underline (mode 4) */ macro
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dmc6845.cpp102 #define ATTR_UNDERLINE BIT(attr, 5) macro
1808 if (ATTR_UNDERLINE && (ra == m_underline_ras)) data = 0xff; in MC6845_UPDATE_ROW()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dmc6845.cpp102 #define ATTR_UNDERLINE BIT(attr, 5) macro
1808 if (ATTR_UNDERLINE && (ra == m_underline_ras)) data = 0xff; in MC6845_UPDATE_ROW()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dansi.c37 #define ATTR_UNDERLINE 0x08 /**< Underline (mode 4) */ macro
/dports/emulators/x16-rom/x16-rom-r38/basic/
H A Dtest.s2 ATTR_UNDERLINE = $04 define
743 .byte ATTR_UNDERLINE
753 .byte ATTR_UNDERLINE
763 .byte ATTR_UNDERLINE
/dports/games/powwow/powwow-1.2.17/
H A Dcmd2.c683 if (tok > (ATTR_BOLD | ATTR_BLINK | ATTR_UNDERLINE | ATTR_INVERSE) in __P3()
743 if (tok & ATTR_UNDERLINE) { in __P3()
797 t = ATTR_UNDERLINE; in __P1()
848 … if (tok > (ATTR_BOLD | ATTR_BLINK | ATTR_UNDERLINE | ATTR_INVERSE) || fg > COLORS || bg > COLORS) in __P1()
855 if (tok & ATTR_UNDERLINE) in __P1()
H A Ddefines.h194 #define ATTR_UNDERLINE 0x04 macro
/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Dpseudo.c90 if ((h == (CELL_HEIGHT - 1)) && (cellp->attribute & attr_mask[ATTR_UNDERLINE])) in draw_line()
H A Dyaft.h75 ATTR_UNDERLINE = 4, enumerator
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dsexy-spell-entry.c964 case ATTR_UNDERLINE: in check_attributes()
H A Dxtext.c2454 case ATTR_UNDERLINE: in gtk_xtext_strip_color()
2968 case ATTR_UNDERLINE: in gtk_xtext_render_str()
3209 case ATTR_UNDERLINE: in find_next_wrap()
H A Dxtext.h42 #define ATTR_UNDERLINE '\037' macro
/dports/irc/irssi/irssi-1.2.3/src/fe-text/
H A Dgui-printtext.c273 if (*flags & GUI_PRINT_FLAG_UNDERLINE) *attr |= ATTR_UNDERLINE; in get_colors()
H A Dterm-terminfo.c436 if (col & ATTR_UNDERLINE) { in term_set_color2()
437 if ((last_attrs & ATTR_UNDERLINE) == 0) in term_set_color2()
439 } else if (last_attrs & ATTR_UNDERLINE) in term_set_color2()
592 (last_attrs & (ATTR_UNDERLINE|ATTR_REVERSE|ATTR_ITALIC)) == 0) { in term_clrtoeol()
H A Dterm.h15 #define ATTR_UNDERLINE ( 0x100000 ) macro
23 #define ATTR_NOCOLORS (ATTR_UNDERLINE|ATTR_REVERSE|ATTR_BLINK|ATTR_BOLD|ATTR_ITALIC)
H A Dtextbuffer-view.c139 *color ^= ATTR_UNDERLINE; in update_cmd_color()
/dports/lang/fpc-source/fpc-3.2.2/packages/ggi/src/
H A Dggi.pp73 ATTR_UNDERLINE = $00040000; // underline attribute
/dports/misc/lv/lv-f7ba677/src/
H A Dattr.h19 #define ATTR_UNDERLINE 0x10 macro

123