]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Improve documentation by making all of the colors used readable,
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 10 Dec 2012 01:39:58 +0000 (01:39 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 10 Dec 2012 01:39:58 +0000 (01:39 +0000)
commitb6915eaaa517814e98ab7992c4ec3578c1059db6
tree82fde738f7abb6d025d860b0a7966263e1c91188
parent5fbc2187530b727950b0556cbf02fcbf49138f5a
Improve documentation by making all of the colors used readable,
no matter what the background color is.

Dark blue on a black background is unreadable, as is yellow on a
light background.  This patch turns on the bright attribute for
colors when on a dark background and turns *off* the bright
attribute when the -W command line option is used (indicating a
_light_ background).  This ensures that text is readable in both
cases.

Patch by: tilghman
Review: https://reviewboard.asterisk.org/r/2224
........

Merged revisions 377509 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@377510 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/xmldoc.c