CVS commit: src/lib/libcurses
"Brett Lymn" <[email protected]> Sun, 19 Jul 2026 06:39:04 +0000
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.