After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 700341 - Support escape codes for RGB color space
Support escape codes for RGB color space
Status: RESOLVED DUPLICATE of bug 704449
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-14 20:41 UTC by tpikonen
Modified: 2013-07-18 09:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description tpikonen 2013-05-14 20:41:22 UTC
The KDE terminal emulator Konsole has escape codes for setting RGB colors to letters and background:

 ESC[ ... 38;2;<r>;<g>;<b> ... m   Select RGB foreground color	
 ESC[ ... 48;2;<r>;<g>;<b> ... m   Select RGB background color

See e.g.
https://github.com/robertknight/konsole/blob/master/user-doc/README.moreColors

Could these be implemented also in VTE?
Comment 1 Christian Persch 2013-06-21 18:04:21 UTC
You can change the gf/bg colour in the palette to a given RGB value, but you can't apply a random RGB value to just some cells. Since vte internally stores just the palette index and has no room for a per-cell RGB value, adding this to vte would require rather lots of work and have the undesirable consequence to greatly increase the memory used per cell. 

So I don't think vte will add support for this.
Comment 2 Christian Persch 2013-07-18 09:39:53 UTC

*** This bug has been marked as a duplicate of bug 704449 ***