Summary: | please support direct 24-bit color specifications in escape sequences | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Yakov Lerner <iler.ml> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | adaptee, esigra, p.jaroszynski |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.9.0 | |
Sentry Crash Report: |
Description
Yakov Lerner
2006-12-13 12:26:23 UTC
Please do so. I hope it will fix errors like this: (..) undecodable token: \001b(hex)[3231m undecodable token: \001b(hex)[4232m undecodable token: \001b(hex)[3247m undecodable token: \001b(hex)[4235m (..) Getting a lot of them when using vim with e.g. inkpot colorscheme. Will look into it. Well, another old report :) The requested feature should have been implemented. Following examples now work fine in Konsole: echo -en "\e]10;blue\a" echo -en "\e]10;#ff00ff\a" Also using the inkpot colorscheme in vim gives no warning mentioned in comment #1. The missing part is the form of "rgb:22/33/44" . That should be a trivial task according to the Qt doc[1] [1] http://developer.qt.nokia.com/doc/qt-4.8/qcolor.html#setAllowX11ColorNames Git commit 35e9cd847a236e4b495cb1c03347ee8f59a4d8e8 by Jekyll Wu. Committed on 29/02/2012 at 17:01. Pushed by jekyllwu into branch 'master'. Enable looking up colors in the X11 color database. FIXED-IN:4.9.0 M +4 -0 src/ColorSchemeManager.cpp http://commits.kde.org/konsole/35e9cd847a236e4b495cb1c03347ee8f59a4d8e8 |