CVS commit: src/lib/libcurses

"Brett Lymn" <[email protected]> Tue, 4 Aug 2026 07:36:08 +0000
Newsgroups gmane.os.netbsd.devel.cvs
Message-ID <[email protected]>
Module Name:	src
Committed By:	blymn
Date:		Tue Aug  4 07:36:08 UTC 2026

Modified Files:
	src/lib/libcurses: color.c refresh.c

Log Message:
* Avoid calling assume_default_colors because this in turn, calls
  _change_pair which dirties lines resulting in a blank screen iff
  stdsrc is not being used.
* Restore line dirtying code to __change_pair since makech() no longer
  indirectly calls it.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/lib/libcurses/color.c
cvs rdiff -u -r1.135 -r1.136 src/lib/libcurses/refresh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.