-
Notifications
You must be signed in to change notification settings - Fork 166
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
Is 256 color supported? #108
Comments
It's definitely not supported currently. At the moment, I don't know how winpty could add support, because AFAIK there's no API to read 256-color info. winpty reads cell contents using |
In principle, the winpty project could include a wrapper program like wslbridge (or ConEmu's Cygwin connector?) that creates a Cygwin/MSYS2/WSL pty, connects to the winpty agent over a TCP socket, then marshals VT/100 I/O directly to the winpty client without going through the console. Pros:
Cons:
|
Regarding the output passthrough, this other winpty request was related: #89. |
Has there been any further discussion behind the scenes on this issue? Microsoft recently opened up a Console repository where issues may be opened for conhost.exe and the console API. Perhaps opening an issue here might help get things moving again (if they're not already). |
Is anyone on this bug ? This creates all shorts of color problems. |
Downstream issue: microsoft/vscode#24620
This was done through VS Code Insiders which runs [email protected]/[email protected].
Running the following through Cygwin/Git Bash:
Results in:
Here is what's being sent back from node-pty:
Expected (run under macOS/bash):
The text was updated successfully, but these errors were encountered: