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
Setting line-height on .xterm is a way to globally change the line-height the problem is that it's harder than it should be to apply these changes.
line-height
.xterm
line-height: 2
term.refresh(0, term.rows - 1);
Terminal.resize
The text was updated successfully, but these errors were encountered:
I'm closing this off to keep out issue count lower as it hasn't gained any traction, is stale or is not worth tracking.
Sorry, something went wrong.
Tyriar
No branches or pull requests
Setting
line-height
on.xterm
is a way to globally change theline-height
the problem is that it's harder than it should be to apply these changes.Details
Steps to reproduce
line-height: 2
on.xterm
term.refresh(0, term.rows - 1);
, line-height does not applyTerminal.resize
or add a line to the buffer to trigger the updateThe text was updated successfully, but these errors were encountered: