Module Name: src Committed By: uwe Date: Fri Nov 23 11:11:59 UTC 2018
Modified Files: src/lib/libcurses: attributes.c Log Message: Refactor. Move code to turn attributes on/off into separate functions. Express both old and new functions to manipulate attributes using those functions. Check that the the new API's opts argument (reserved by the standard for future use) is NULL and error out if not (like getcchar/setcchar). No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libcurses/attributes.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.