Lines Matching full:screen
64 \fBSCREEN *newterm(const char *\fItype\fP, FILE *\fIoutf\fP, FILE *\fIinf\fP);
65 \fBSCREEN *set_term(SCREEN *\fInew\fP);
66 \fBvoid delscreen(SCREEN* \fIsp\fP);
81 to clear the screen.
90 terminal cannot support a screen-oriented program, would also use
94 It returns a variable of type \fISCREEN *\fP which should be saved
121 moves the cursor to the lower left-hand corner of the screen,
139 The screen reference \fInew\fP becomes the new current terminal.
141 This is the only routine which manipulates \fISCREEN\fP pointers;
145 \fISCREEN\fP data structure.
148 particular \fISCREEN\fP is no longer needed.
163 \fBendwin\fP is called more than once without updating the screen, or
169 returns an error if it cannot allocate the data structures for the screen,
170 or for the top-level windows within the screen,
185 to restore the screen after \fBendwin\fP.
196 Deleting a \fISCREEN\fP provides a way to do this:
199 \*(``frees storage associated with the \fISCREEN\fP\*(''
201 adding that it should be called after \fBendwin\fP if a \fISCREEN\fP
204 However, \fI\%WINDOW\fPs are implicitly associated with a \fISCREEN\fP.
212 \fI\%ncurses\fP has maintained a list of all windows for each screen,
220 For example, \fISCREEN\fP (returned by \fBnewterm\fP) and
231 \fI\%ncurses\fP and SVr4 use the descriptor in \fISCREEN\fP.
239 SVr4 curses uses the descriptor in \fISCREEN\fP.
246 and cannot be used for full-screen operation.
274 The handler \fIattempts\fP to clean up the screen on exit.
278 Walking the \fISCREEN\fP list is unsafe, since all list management
297 input with \fB\%flushinp\fP(3X), and repaints the screen
310 standard screen \fBstdscr\fP,