NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/23910 CVS commit: src/lib/libcurses
The following reply was made to PR lib/23910; it has been noted by GNATS.
From: "Roy Marples" <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/23910 CVS commit: src/lib/libcurses
Date: Wed, 11 Mar 2020 23:47:40 +0000
Module Name: src
Committed By: roy
Date: Wed Mar 11 23:47:40 UTC 2020
Modified Files:
src/lib/libcurses: erase.c
Log Message:
curses: Fix werase(3) wide character support
We need to consider erasing all attributes, not just WA_ATTRIBUTES.
Fixes PR lib/23910.
While here, make the function a little more readable.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libcurses/erase.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