Home
last modified time | relevance | path

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

/freebsd-head/contrib/ncurses/ncurses/tty/
HDtty_update.c218 PutAttrChar(NCURSES_SP_DCLx CARG_CH_T ch) in PutAttrChar() function
431 PutAttrChar(NCURSES_SP_ARGx ch); in PutCharLR()
437 PutAttrChar(NCURSES_SP_ARGx ch); in PutCharLR()
450 PutAttrChar(NCURSES_SP_ARGx ch); in PutCharLR()
512 PutAttrChar(NCURSES_SP_ARGx ch); in PutChar()
1731 PutAttrChar(NCURSES_SP_ARGx CHREF(*line)); in InsStr()
1738 PutAttrChar(NCURSES_SP_ARGx CHREF(*line)); in InsStr()
1749 PutAttrChar(NCURSES_SP_ARGx CHREF(*line)); in InsStr()
/freebsd-head/contrib/ncurses/
HDNEWS2223 + improve workaround for special case in PutAttrChar() where a cell is
2356 + fix a special case in PutAttrChar() where a cell is marked as
5176 + modify handling of acs characters in PutAttrChar to avoid mapping an
8974 + modify PutAttrChar() and PUTC() macro to improve use of
9055 + amend change to PutAttrChar() from 20030614 which computed the number
9411 + modify PutAttrChar() to compute the number of character cells that
9669 + rewrote lib_acs.c to allow PutAttrChar() to decide how to render
14319 + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
14687 + use PutAttrChar in ClrToEOL to ensure proper background, position.