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

Improve terminal rendering in Connect #49051

Open
gzdunek opened this issue Nov 15, 2024 · 0 comments
Open

Improve terminal rendering in Connect #49051

gzdunek opened this issue Nov 15, 2024 · 0 comments
Labels
teleport-connect Issues related to Teleport Connect.

Comments

@gzdunek
Copy link
Contributor

gzdunek commented Nov 15, 2024

  1. Enable font ligatures. There's an official addon for it https://github.com/xtermjs/xterm.js/tree/master/addons/addon-ligatures.
  2. Enable true color. I believe we only need to set the following env vars in node-pty (remember to check it on all OSes):
TERM: 'xterm-256color',
COLORTERM: 'truecolor',
  1. Investigate powerline support. This works in the Web UI, so it's probably a matter of using a font that supports this?

Slack thread https://gravitational.slack.com/archives/C03FJA391M3/p1731631844700939

@gzdunek gzdunek added the teleport-connect Issues related to Teleport Connect. label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
teleport-connect Issues related to Teleport Connect.
Projects
None yet
Development

No branches or pull requests

1 participant