NetBSD-Bugs archive

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

PR/55496 CVS commit: src/lib/libcurses



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

From: "Brett Lymn" <blymn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55496 CVS commit: src/lib/libcurses
Date: Tue, 19 Apr 2022 22:26:57 +0000

 Module Name:	src
 Committed By:	blymn
 Date:		Tue Apr 19 22:26:57 UTC 2022
 
 Modified Files:
 	src/lib/libcurses: background.c curses.c curses_private.h refresh.c
 
 Log Message:
 fix for PR 55496
 
  * Fix bkgrndset so that it actually sets the background character in
    in line with the SUSv2 specification.
 
  * Add an internal function to copy a complex character
 
  * Make the previously static celleq function into a libcurses private
    function so that it can be called in other files.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.29 -r1.30 src/lib/libcurses/background.c
 cvs rdiff -u -r1.28 -r1.29 src/lib/libcurses/curses.c
 cvs rdiff -u -r1.78 -r1.79 src/lib/libcurses/curses_private.h
 cvs rdiff -u -r1.121 -r1.122 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