Home
last modified time | relevance | path

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

/dports/devel/libxo/libxo-0.6.1/libxo/
H A Dlibxo.c232 #define XO_EFF_RESET (1<<0) macro
238 #define XO_EFF_CLEAR_BITS XO_EFF_RESET /* Reset gets reset, surprisingly */
4549 case XO_EFF_RESET: in xo_colors_parse()
4552 xocp->xoc_effects = XO_EFF_RESET; in xo_colors_parse()
4604 newp->xoc_effects |= XO_EFF_RESET; in xo_colors_handle_text()
4618 if (bit == XO_EFF_RESET) { in xo_colors_handle_text()
4747 xoc.xoc_effects &= ~XO_EFF_RESET; /* After handling it */ in xo_format_colors()
4755 xoc.xoc_effects &= ~XO_EFF_RESET; /* Before handling effects */ in xo_format_colors()