- May
- 13,828
- 211
[At least I think that's how it works]. A control sequence like
Are there any tricks to getting it to work in TCC? I just get garbage.
OSC 4 ; 0 ; ? ST
is supposed to write to stdin the appropriate sequence for setting palette color 0 (in this example). That works in CMD (though the result looks a little screwy, 0c0c instead of just 0c).
Code:
Microsoft Windows [Version 10.0.19045.5131]
(c) Microsoft Corporation. All rights reserved.
v:\> echo %esc%]4;0;?%esc%\
v:\> ^[]4;0;rgb:0c0c/0c0c/0c0c^[\
Are there any tricks to getting it to work in TCC? I just get garbage.