Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colons support in RGB definition #78

Closed
XVilka opened this issue Aug 30, 2014 · 4 comments · Fixed by lxqt/qtermwidget#284
Closed

Colons support in RGB definition #78

XVilka opened this issue Aug 30, 2014 · 4 comments · Fixed by lxqt/qtermwidget#284

Comments

@XVilka
Copy link

XVilka commented Aug 30, 2014

Here's a test case:

printf "\x1b[38:2:255:100:0mTRUECOLOR\x1b[0m\n"

Keep in mind that it is possible to use both ';' and ':' as parameters delimiter.

More info about that (mostly links for the various terminals, console applications and true colour support)

@pvanek
Copy link
Contributor

pvanek commented Sep 1, 2014

@XVilka can you point me to konsole sources where is it handled, please? For me it's quite low priority as I don't see any real use for it. But if it's in konsole it can be quite easily ported to qtermwidget as it's konsole based originally.

@pvanek
Copy link
Contributor

pvanek commented Sep 1, 2014

reference: https://gist.github.com/XVilka/8346728

@XVilka
Copy link
Author

XVilka commented Sep 1, 2014

@pvanek it should be in src/V102Emulation.cpp

@agaida agaida added this to Needs triage in Issues Jul 14, 2018
@agaida agaida moved this from Needs triage to Wishlist in Issues Jul 15, 2018
@agaida agaida moved this from Wishlist to Sprint in Issues Sep 15, 2018
@agaida agaida added this to To do in Issues Nov 26, 2018
yan12125 pushed a commit to lxqt/qtermwidget that referenced this issue Jul 7, 2019
With this patch, non-color sequences using colons are also accepted. I
consider such sequences undefined behavior, though.

 Closes lxqt/qterminal#78
yan12125 pushed a commit to lxqt/qtermwidget that referenced this issue Jul 7, 2019
With this patch, non-color sequences using colons are also accepted. I
consider such sequences undefined behavior, though.

Closes lxqt/qterminal#78
Issues automation moved this from Sprint qterm* to Closed Jul 15, 2019
agaida pushed a commit to lxqt/qtermwidget that referenced this issue Jul 15, 2019
With this patch, non-color sequences using colons are also accepted. I
consider such sequences undefined behavior, though.

Closes lxqt/qterminal#78
zettdaymond pushed a commit to zettdaymond/qterminal that referenced this issue Sep 7, 2019
Fix building instructions
semiscone pushed a commit to semiscone/qtermwidget that referenced this issue Jul 14, 2020
With this patch, non-color sequences using colons are also accepted. I
consider such sequences undefined behavior, though.

Closes lxqt/qterminal#78
@hyiltiz
Copy link

hyiltiz commented Mar 4, 2022

It is possible for qterminal to always set COLORTERM=truecolor? https://gist.github.com/XVilka/8346728 suggests it should be set by the supporting terminals, and using helix-editor, when I do :set theme<TAB>onedark<ENTER>, it complains "no true color support". But starting it inside qterminal with COLORTERM=truecolor hx has no such problem.

inventor2525 pushed a commit to inventor2525/qtermwidget that referenced this issue May 14, 2024
With this patch, non-color sequences using colons are also accepted. I
consider such sequences undefined behavior, though.

Closes lxqt/qterminal#78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Issues
  
Closed
Issues
  
To do
Development

Successfully merging a pull request may close this issue.

3 participants