bug-ncurses
[Top][All Lists]
Advanced

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

Re: A few more CDK questions


From: Kevin Monceaux
Subject: Re: A few more CDK questions
Date: Wed, 18 Jun 2008 19:07:36 -0500 (CDT)
User-agent: Alpine 1.10 (DEB 962 2008-03-14)

Thomas,

On Wed, 18 Jun 2008, Thomas Dickey wrote:

The filler character is a character+video attributes, so you should
be able to just OR it with the color.

Thanks, that works. The results of the code I posted earlier using an underscore for the filler character to achieve an underlined field when it's empty looked good while I was working remotely using putty. At home under urxvt small gaps were visible between the underscores of an empty field. As I typed text into the field the gaps disappeared. Using:

    A_BOLD|A_UNDERLINE|COLOR_PAIR(56)|' '

as a filler character eliminates that problem.



Kevin
http://www.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX

Si hoc legere scis nimium eruditionis habes.
Longum iter est per praecepta, breve et efficax per exempla!!!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]