NetBSD-Bugs archive

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

PR/30978 CVS commit: src/lib/libcurses



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

From: "Roy Marples" <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/30978 CVS commit: src/lib/libcurses
Date: Fri, 5 Oct 2018 11:59:05 +0000

 Module Name:	src
 Committed By:	roy
 Date:		Fri Oct  5 11:59:05 UTC 2018
 
 Modified Files:
 	src/lib/libcurses: newwin.c refresh.c
 
 Log Message:
 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.52 -r1.53 src/lib/libcurses/newwin.c
 cvs rdiff -u -r1.88 -r1.89 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