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

24bit color support w/ conpty #272

Closed
lzybkr opened this issue Mar 6, 2019 · 1 comment
Closed

24bit color support w/ conpty #272

lzybkr opened this issue Mar 6, 2019 · 1 comment

Comments

@lzybkr
Copy link
Member

lzybkr commented Mar 6, 2019

Environment details

  • OS: Windows
  • OS version: 10.0.17763
  • node-pty version: VSCode 1.31.1

Issue description

My 24bit color prompt looks wrong. To reproduce with PowerShell:

write-host "`n$([char]27)[1;38;2;15;90;13;48;2;230;110;0mHello $([char]27)[0mWorld`n"

In VS Code:

image

In conhost:

image

In alacritty (also using conpty):

image

@Tyriar
Copy link
Member

Tyriar commented Mar 6, 2019

VS Code doesn't support true color yet, see xtermjs/xterm.js#484

@Tyriar Tyriar closed this as completed Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants