PR/60430 CVS commit: src/lib/libcurses

"Brett Lymn" <[email protected]> Sun, 19 Jul 2026 06:40:02 +0000 (UTC)
Newsgroups gmane.os.netbsd.bugs
Message-ID <[email protected]>
The following reply was made to PR lib/60430; it has been noted by GNATS.

From: "Brett Lymn" <[email protected]>
To: [email protected]
Cc: 
Subject: PR/60430 CVS commit: src/lib/libcurses
Date: Sun, 19 Jul 2026 06:39:04 +0000

 Module Name:	src
 Committed By:	blymn
 Date:		Sun Jul 19 06:39:04 UTC 2026
 
 Modified Files:
 	src/lib/libcurses: color.c refresh.c
 
 Log Message:
 Fixes for PR lib/60430 and lib/60431
 
 * Don't leave screen in colour mode after makech, fixes 60430
 * Set the background colour to the blank attribute before erase to properly
   get the background erase colour
 * Disable dirtying lines when the colour pair changes, this causes
   the screen to get blanked if apps use windows and leave stdscr blank.
   (fixes 60431)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.48 -r1.49 src/lib/libcurses/color.c
 cvs rdiff -u -r1.134 -r1.135 src/lib/libcurses/refresh.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.