[Konsole-devel] [Bug 168300] configurable bold in Konsole
Matt Whitlock
matt at whitlock.name
Mon Oct 6 04:25:41 UTC 2008
http://bugs.kde.org/show_bug.cgi?id=168300
--- Comment #6 from Matt Whitlock <matt whitlock name> 2008-10-06 06:25:40 ---
en.ABCD and anybody else interested, if Robert doesn't want to fix this, you
can fix it yourself by changing TerminalDisplay.cpp line 669 (in KDE 4.1.2)
from:
bool useBold = style->rendition & RE_BOLD || style->isBold(_colorTable) ||
font().bold();
to:
bool useBold = style->isBold(_colorTable) || font().bold();
Then only ANSI colors that have Bold=true specified in the colorscheme file
will actually be displayed in bold. :)
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list