NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60430 CVS commit: src/lib/libcurses
The following reply was made to PR lib/60430; it has been noted by GNATS.
From: "Brett Lymn" <blymn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
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.
Home |
Main Index |
Thread Index |
Old Index