Quantcast
Viewing all articles
Browse latest Browse all 1711

When a control sequence stuffs info into stdin?

[At least I think that's how it works]. A control sequence like 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...

Read more

Viewing all articles
Browse latest Browse all 1711

Trending Articles