Home | History | Annotate | Download | only in libcurses

Lines Matching refs:pad

70  *	Echo character and attributes on "pad" and refresh "pad" at
74 pechochar(WINDOW *pad, const chtype ch)
78 retval = waddch(pad, ch);
80 retval = prefresh(pad, pad->pbegy, pad->pbegx,
81 pad->sbegy, pad->sbegx, pad->smaxy, pad->smaxx);