Lines Matching refs:changed
48 * Make a number of lines look like they have/have not been changed.
51 * changed: 1: changed
52 * 0: not changed
53 * -1: changed. Called internally - In this mode
54 * even REDRAW lines are changed.
58 wtouchln(WINDOW *win, int y, int n, int changed)
71 if (changed) {
82 if (changed == -1 || *firstch != _REDRAW)
86 if ((changed == 1) && win->_sync)
89 return (((changed == 1) && win->_immed) ? wrefresh(win) : OK);