We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The terminal no longer fits the container when using the xterm-fit-addon neither fires the onResize callback. On 5.0.0, this was not an issue
xterm-fit-addon
onResize
5.0.0
Created a codesandbox in which the onResize callback is not being called and the terminal is not correctly fitting within its container.
https://codesandbox.io/s/optimistic-jasper-6ny5n4?file=/src/App.js
If one downgrades the version of xterm.js to 5.0.0 the terminal is correctly resized to fit.
The text was updated successfully, but these errors were encountered:
Due to an error during the release build, version numbers of some addons were stuck. The newer addon version 0.7.0 should work again.
Sorry, something went wrong.
@jerch makes sense, will you be releasing that version soon?
Its already there 😺
Can confirm it works, will close this then. Thanks a lot!
No branches or pull requests
The terminal no longer fits the container when using the
xterm-fit-addon
neither fires theonResize
callback. On5.0.0
, this was not an issueDetails
Steps to reproduce
Created a codesandbox in which the
onResize
callback is not being called and the terminal is not correctly fitting within its container.https://codesandbox.io/s/optimistic-jasper-6ny5n4?file=/src/App.js
If one downgrades the version of xterm.js to
5.0.0
the terminal is correctly resized to fit.The text was updated successfully, but these errors were encountered: