Module Name: src Committed By: uwe Date: Sun Jan 6 03:59:17 UTC 2019
Modified Files: src/lib/libcurses: refresh.c Log Message: _wnoutrefresh - fix current position checks for pads maxy is an absolute value and should not be adjusted for begy when we check also absolute cury. Note that this change does not affect calculations for normal windows as for them we always pass zero for begy. Ditto for x. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/lib/libcurses/refresh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.