Home | History | Annotate | Download | only in libcurses

Lines Matching defs:screen

68  *	Make the current screen look like "stdscr" over the area covered by
145 * Does the grunt work for wnoutrefresh to the given screen.
147 * (begy, begx) to (maxy, maxx) at screen position (wbegy, wbegx).
153 SCREEN *screen = win->screen;
172 if (screen->curwin)
214 && 0 <= newy && newy < screen->__virtscr->maxy)
215 screen->__virtscr->cury = newy;
217 && 0 <= newx && newx < screen->__virtscr->maxx)
218 screen->__virtscr->curx = newx;
223 screen->__virtscr->flags |= __CLEAROK;
226 screen->__virtscr->flags &= ~__LEAVEOK;
227 screen->__virtscr->flags |= dwin->flags;
235 y_off < screen->__virtscr->maxy; wy++, y_off++, dy_off++)
267 vlp = screen->__virtscr->alines[y_off];
293 if (x_off + (mx - wx) > screen->__virtscr->maxx)
295 screen->__virtscr->maxx;
468 * Make the current screen look like "win" over the area covered by
508 * Make the current screen look like "pad" over the area coverd by
545 * Make the current screen look like the virtual window "__virtscr".
711 * screen. That is, unless, we are using color,
782 /* Don't leave the screen with attributes set. */
1139 * Make a change on the screen.
1369 if (wlp->line[wx].attr & win->screen->nca) {
1542 * repainting the screen line by line.
1565 * Find how many lines from the top of the screen are unchanged.
1578 * Find how many lines from bottom of screen are unchanged.
1612 * bottom region up and then back down causes a screen jitter.
1613 * This will increase the number of characters sent to the screen
1739 /* cache result in static data - screen width doesn't change often */
1769 * line so that curscr is consistent with the visual screen.
1884 * Doing SF/SR or AL/DL appears faster on the screen than either sf/sr
1886 * SF/SR. So, if we're scrolling almost all of the screen, try and use
2047 * Don't leave the screen in standout mode (check against ms). Check
2055 * Don't leave the screen in underscore mode (check against ms).
2064 * Don't leave the screen with attributes set (check against ms).
2071 /* Don't leave the screen with altcharset set (don't check ms). */
2076 /* Don't leave the screen with colour set (check against ms). */
2098 * cell to the screen.