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

Support OSC 10-17 `?` parameter #913

Open
DirectXMan12 opened this issue Nov 22, 2017 · 0 comments

Comments

Projects
None yet
2 participants
@DirectXMan12
Copy link

commented Nov 22, 2017

According to https://www.xfree86.org/4.8.0/ctlseqs.html, in OSC 10-17, if the ? parameter is given instead of an RGB color, the terminal should return the appropriate control sequence to set the given color to whatever its current value is (so we'd return something OSC<command>;rgb:<r>/<g>/<b>BEL).

My copy of vim seems to attempt to use this on startup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.