NetBSD-Bugs archive

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

PR/30978 CVS commit: [netbsd-8] src/lib/libcurses



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/30978 CVS commit: [netbsd-8] src/lib/libcurses
Date: Tue, 9 Oct 2018 09:49:36 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Tue Oct  9 09:49:35 UTC 2018
 
 Modified Files:
 	src/lib/libcurses [netbsd-8]: newwin.c refresh.c
 
 Log Message:
 Pull up following revision(s) (requested by roy in ticket #1049):
 
 	lib/libcurses/refresh.c: revision 1.89
 	lib/libcurses/newwin.c: revision 1.53
 
 curses: allow drawing the lowest right hand cell of the terminal
 
 This is a historical behaviour that needs fixing
 If any terminal does scroll when drawing in the lowest right hand cell
 of the terminal then an entry should be made in the terminfo database
 (currently there is no standard code) to state that and define
 __SCROLLWIN as before.
 
 Fixes PR# 30978.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.50.6.1 -r1.50.6.2 src/lib/libcurses/newwin.c
 cvs rdiff -u -r1.88 -r1.88.4.1 src/lib/libcurses/refresh.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