Home | History | Annotate | Download | only in libcurses

Lines Matching refs:pad

72  *	Echo character and attributes on "pad" and refresh "pad" at
76 pecho_wchar(WINDOW *pad, const cchar_t *wch)
80 retval = wadd_wch(pad, wch);
82 retval = prefresh(pad, pad->pbegy, pad->pbegx,
83 pad->sbegy, pad->sbegx, pad->smaxy, pad->smaxx);