Module Name: src Committed By: blymn Date: Fri Feb 10 06:25:28 UTC 2017
Modified Files: src/lib/libcurses: scroll.c Log Message: Remove checks for cursor being in scrolling region, ncurses doesn't do checking, rather just scrolls the scrolling region so we shall follow suit. SUSv2 says what is happens when scrl is called with the cursor outside the scrolling is undefined so we should match ncurses. This fixes PR#51819 without forcing tin to use terminfo directly. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libcurses/scroll.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.