Summary: | 'yellow' and 'orange' colors are inverted in bold case | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | alphsteiner |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | ewoerner, mkyral, rct+bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8 | |
Sentry Crash Report: | |||
Attachments: | yellow and orange are reversed in the bold case |
Description
alphsteiner
2011-05-31 14:43:52 UTC
Hi, I can confirm this on KDE 4.6.80 on gentoo. Created attachment 62290 [details]
yellow and orange are reversed in the bold case
I can reproduce this 100% in KDE-4.7.0
I'm using zsh and 'white on black' colorscheme.
Yes Git commit 771b4b22289d928f77d0a3bda9762b8137f2407c by Jekyll Wu. Committed on 14/09/2011 at 00:24. Pushed by jekyllwu into branch 'master'. ANSI escape code "\e[1;93m" should generate intensive color. The current behavior is bold(1) will toggle the intensity of an intensive color(93), so the result is a normal color. This is counter-intuitive. Xterm, rxvt, and all vte-base emulators generate intensive color in this case. BUG: 274603 FIXED-IN: 4.8 REVIEW: 102554 M +4 -5 src/CharacterColor.h M +2 -2 src/Screen.cpp http://commits.kde.org/konsole/771b4b22289d928f77d0a3bda9762b8137f2407c *** Bug 223081 has been marked as a duplicate of this bug. *** *** Bug 233065 has been marked as a duplicate of this bug. *** |