-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Test: Terminal image support #183563
Comments
@Tyriar, I have updated the steps as there was a typo: |
Cool! |
@jerch FYI you can see all the feedback from the test round via the links to this issue |
@Tyriar Some early feedback from my side:
|
If you generate bitmaps for the frames and cache them it shouldn't be too costly to render.
Yeah this would need some special handling and API, some way of xterm.js reaching out to an extension for cells that it owns or something |
@jerch created some issues, we can move them over to the main repo after jerch/xterm-addon-image#49 |
Refs: #182443
Complexity: 3
Create Issue
The terminal can now render images when using either sixel or iterm's image protocol.
"terminal.integrated.experimentalImageSupport": true
cat <file>.six
, verify an image shows upimgcat <file>
, verify an image shows upCurrent limitations:
The text was updated successfully, but these errors were encountered: