-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 lineHeight in DOM renderer #1700
Comments
I don't think there's an issue but there's a comment calling this out. Line 152 in e736f12
Open to PRs. |
You can see how this used to be handled by looking at the old DOM renderer in #938 |
Hello @Tyriar, I would like to tackle this one, is it just a matter of using |
@leomoty great! We want it to act like line height in the canvas renderer, which is used here: xterm.js/src/renderer/Renderer.ts Lines 222 to 230 in e7ae4be
Also the value is always set so you don't need to worry about using normal: Line 94 in e7ae4be
You can see how we used to do it by looking at src/Renderer.ts in this PR: |
@Tyriar this can be closed :) |
The line height configuration is only supported in the canvas renderer (as of 3.6.0).
pointer:
xterm.js/src/renderer/dom/DomRenderer.ts
Line 53 in e736f12
I thought I had seen an issue for this already but wasn't able to find it now.
The text was updated successfully, but these errors were encountered: