Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c165 #define WANT_CHAR(sp, y, x) NewScreen(sp)->_line[y].text[x] /* desired state */ macro
684 int wanted = CharOf(WANT_CHAR(SP_PARM, to_y, from_x)); in relative_move()
701 NCURSES_CH_T ch = WANT_CHAR(SP_PARM, to_y, from_x + i); in relative_move()
716 *check.s_tail++ = (char) CharOf(WANT_CHAR(SP_PARM, to_y, in relative_move()
/freebsd/contrib/ncurses/
H A DNEWS9316 + remove an unused ifdef for REAL_ATTR & WANT_CHAR