You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use xterm and xterm's add-on fit to paint the web-based terminal and resize it when the webpage is resized.
However, that changes the width of the terminal and we need to let the PTY know that this has happened so it can re-render.
Now, the problem is we use a single PTY to serve multiple web shells, so there is no way we can keep all those web shells in sync while they resize.
So we need to explore of ways we can resize the web shell without changing it's width.
The text was updated successfully, but these errors were encountered:
notthetup
changed the title
Keep Web Shell and backing ConsoleShell PTY width's in sync
Keep Web Shell and backing ConsoleShell PTY widths in sync
Nov 21, 2023
Currently, we use xterm and xterm's add-on fit to paint the web-based terminal and resize it when the webpage is resized.
However, that changes the width of the terminal and we need to let the PTY know that this has happened so it can re-render.
Now, the problem is we use a single PTY to serve multiple web shells, so there is no way we can keep all those web shells in sync while they resize.
So we need to explore of ways we can resize the web shell without changing it's width.
The text was updated successfully, but these errors were encountered: