NetBSD-Bugs archive

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

Re: lib/51673: curses: standend() does not turn off A_BOLD



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

From: christos%zoulas.com@localhost (Christos Zoulas)
To: gnats-bugs%NetBSD.org@localhost, lib-bug-people%netbsd.org@localhost, 
	gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Cc: 
Subject: Re: lib/51673: curses: standend() does not turn off A_BOLD
Date: Tue, 29 Nov 2016 12:11:29 -0500

 On Nov 29,  1:40pm, carsten.kunze%arcor.de@localhost (carsten.kunze%arcor.de@localhost) wrote:
 -- Subject: lib/51673: curses: standend() does not turn off A_BOLD
 
 This is a difference between XPG4 curses and BSD curses. I am not sure what's
 the best way to deal with it.
 
 http://pubs.opengroup.org/onlinepubs/9693989999/toc.pdf says that standend()
 is equivalent to calling attron(A_NORMAL), whereby our man pages state that
 standend only turns off the standout attribute.
 
 I think that we should follow suit, but it feels wrong :-)
 


Home | Main Index | Thread Index | Old Index