Source-Changes archive

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

CVS commit: src/lib/libcurses



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.




Home | Main Index | Thread Index | Old Index