Module Name:    src
Committed By:   blymn
Date:           Thu Jul 11 07:13:41 UTC 2024

Modified Files:
        src/lib/libcurses: color.c curses_private.h screen.c

Log Message:
PR lib/58282

This is a partial fix for the issues raised.  This change will
reduce the output by preventing the foreground and background
colours being set on each cell.  The current colour pair applied
is tracked and requests to set the colour to the same pair is now
a no-op.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/lib/libcurses/color.c
cvs rdiff -u -r1.81 -r1.82 src/lib/libcurses/curses_private.h
cvs rdiff -u -r1.39 -r1.40 src/lib/libcurses/screen.c

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

Reply via email to