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.