Lines Matching full:pad
63 \fBint prefresh(WINDOW *\fIpad\fB, int \fIpminrow\fB, int \fIpmincol\fB,\fR
65 \fBint pnoutrefresh(WINDOW *\fIpad\fB, int \fIpminrow\fB, int \fIpmincol\fB,\fR
68 \fBint pechochar(WINDOW *\fIpad\fB, chtype \fIch\fB);\fR
69 \fBint pecho_wchar(WINDOW *\fIpad\fB, const cchar_t *\fIwch\fB);\fR
74 .I pad
90 \fB\%newpad\fP creates and returns a pointer to a new pad data structure
97 creates and returns a pointer to a subwindow within a pad
104 the new pad is placed at position
109 changes made to one pad can affect both.
123 of the pad and screen are involved.
128 specify the upper left-hand corner of a rectangular view of the pad.
138 of the rectangle to be displayed in the pad
156 written to the pad is used to populate the arguments to
168 written to the pad is used to populate the arguments to
187 if the window is not really a pad or
193 if the window is not really a pad, and the associated call
198 if the window is not really a pad, and the associated call
204 BSD \fIcurses\fP has no \fIpad\fP feature.
210 The documentation does not explain the term \fIpad\fP.
212 supported a graphical \fIpad\fP feature:
217 and select text from the pad.
225 a pad is undocumented,
229 \fB\%newpad\fP which tells if the window is a \fIpad\fP.
233 \fB\%wscrl\fP (to avoid scrolling a pad),
234 and does not check in \fB\%wrefresh\fP to ensure that the pad
237 Solaris \fI\%xcurses\fP checks whether a window is a pad in
242 it only sets the flag for subwindows if the parent window is a pad.
257 a pad using \fB\%subwin\fP or \fB\%derwin\fP.
259 The \fB\%dupwin\fP function returns a regular window when duplicating a pad.
261 data was from a pad.
268 allows a \fB\%subwin\fP or \fB\%derwin\fP call to succeed having a pad parent by
269 forcing the subwindow to be a pad,