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
when you typing and scrollbar appear terminal should adjust the number of characters
wrapping is wrong
create terminal with some output so it only have one line left for input and type more then one line of text
The text was updated successfully, but these errors were encountered:
fix resize of terminal when scrollbar appear/disappear while you type #…
5aaf96c
…378
comment in code for #378
4e741b6
fix resizing issue when scrollbar appear/disappear while you type #378
76f62c3
Fixed by using iframe as resizer when resizeObserver is not available
Sorry, something went wrong.
in version 1.14.0
No branches or pull requests
Expected behavior
when you typing and scrollbar appear terminal should adjust the number of characters
Actual behavior
wrapping is wrong
Steps to reproduce
create terminal with some output so it only have one line left for input and type more then one line of text
The text was updated successfully, but these errors were encountered: