Home
last modified time | relevance | path

Searched refs:__FORCEPAINT (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/lib/libocurses/
Drefresh.c108 if (win->lines[wy]->flags & (__ISDIRTY | __FORCEPAINT))
151 if (win->lines[wy]->flags & (__ISDIRTY | __FORCEPAINT)) {
248 force = win->lines[wy]->flags & __FORCEPAINT;
249 win->lines[wy]->flags &= ~__FORCEPAINT;
455 if (win->lines[top]->flags & __FORCEPAINT ||
467 if (win->lines[bot]->flags & __FORCEPAINT ||
505 __FORCEPAINT ||
Dtouchwin.c96 win->lines[y]->flags |= __FORCEPAINT;
Dcurses.h118 #define __FORCEPAINT 0x04 /* Force a repaint of the line */ macro