Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1568 #define NewChar2(c,a) { a, { c, NulChar } NulColor } macro
1569 #define NewChar(ch) NewChar2(ChCharOf(ch), ChAttrOf(ch))
1629 #define BLANK NewChar2(' ', WA_NORMAL)
1630 #define ZEROS NewChar2('\0', WA_NORMAL)
1661 #define NewChar2(c,a) ((c) | (a)) macro
/freebsd/contrib/ncurses/
H A DNEWS8353 + modify wide-character versions of NewChar(), NewChar2() macros to
9562 + add/use constructors for cchar_t's: NewChar(), NewChar2().