NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/51819 CVS commit: src/lib/libcurses



The following reply was made to PR lib/51819; it has been noted by GNATS.

From: "Brett Lymn" <blymn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51819 CVS commit: src/lib/libcurses
Date: Fri, 10 Feb 2017 06:25:28 +0000

 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.
 


Home | Main Index | Thread Index | Old Index