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:           Wed Sep  2 04:20:20 UTC 2026

Modified Files:
        src/lib/libcurses: color.c curses.expsym curses_private.h refresh.c

Log Message:
Remove the global __do_color_init, this is now obsolete.  It was used
to force the terminal to be updated with the default colours because
the older colour code could not distinguish between default colours and
no colours.  Now this is fixed so the forcing is no longer required.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/lib/libcurses/color.c
cvs rdiff -u -r1.2 -r1.3 src/lib/libcurses/curses.expsym
cvs rdiff -u -r1.83 -r1.84 src/lib/libcurses/curses_private.h
cvs rdiff -u -r1.136 -r1.137 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