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

Support many, many panes #342

Closed
daonb opened this issue Jan 23, 2023 · 3 comments
Closed

Support many, many panes #342

daonb opened this issue Jan 23, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@daonb
Copy link
Contributor

daonb commented Jan 23, 2023

What's missing? Please describe your flow and where this feature will help.

There's a way to support many more panes.
Instead of creating a webgl context for each pane we need to use a single context
that grows as the user adds more panes.

Additional context
This change starts with the xterm-addon-webgl.
Either we work together the xterm team to upgrade the addon or we change its
interface in a non-breaking way or we'll be forced to copy the addon and work
on a seaprate fork.

@daonb daonb added the enhancement New feature or request label Jan 23, 2023
@daonb
Copy link
Contributor Author

daonb commented Jan 23, 2023

I opened an issue over at xterm.js

@daonb daonb added bug Something isn't working and removed enhancement New feature or request labels Feb 1, 2023
@DmitryPorotov
Copy link
Contributor

@daonb
Copy link
Contributor Author

daonb commented Dec 13, 2023

Added virtual-webgl2 and it seems to be working

@daonb daonb closed this as completed Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants