Lines Matching defs:changed
1192 function does not move the cursor. The changed line will be touched using
2377 changed: bool(accept={int}) = True
2381 Pretend count lines have been changed, starting with line start.
2383 If changed is supplied, it specifies whether the affected lines are marked
2384 as having been changed (changed=True) or unchanged (changed=False).
2389 int count, int group_right_1, int changed)
2396 return PyCursesCheckERR(wtouchln(self->win, start, count, changed), "touchline");
3176 The number of the color to be changed (0 - (COLORS-1)).
3208 The number of the color-pair to be changed (1 - (COLOR_PAIRS-1)).
3218 all occurrences of that color-pair are changed to the new definition.