[Konsole-devel] [Bug 131770] no bold is displayed in konsole
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Mon Sep 11 15:47:07 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=131770
------- Additional Comments From kurt.hindenburg kdemail net 2006-09-11 17:47 -------
SVN commit 583168 by hindenburg:
Patch dealing with bold and the 256 colors issues by Lars Doelle.
Read the comments from lars on the bug report for more info about bold/intensive colors in KDE 3.5.x.
CCBUG: 131770
M +2 -2 TECommon.h
--- branches/KDE/3.5/kdebase/konsole/konsole/TECommon.h #583167:583168
@ -227,8 +227,8 @
inline bool ca::isBold(const ColorEntry* base) const
{
- return (b.t == CO_DFT) && base[b.u+0+(b.v?BASE_COLORS:0)].bold
- || (b.t == CO_SYS) && base[b.u+2+(b.v?BASE_COLORS:0)].bold;
+ return (f.t == CO_DFT) && base[f.u+0+(f.v?BASE_COLORS:0)].bold
+ || (f.t == CO_SYS) && base[f.u+2+(f.v?BASE_COLORS:0)].bold;
}
#endif // TECOMMON_H
More information about the konsole-devel
mailing list