NetBSD-Bugs archive

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

PR/58282 CVS commit: src/lib/libcurses



The following reply was made to PR lib/58282; it has been noted by GNATS.

From: "Brett Lymn" <blymn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58282 CVS commit: src/lib/libcurses
Date: Thu, 11 Jul 2024 07:13:41 +0000

 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.
 


Home | Main Index | Thread Index | Old Index