How to render underline on space letters? #4462
Answered
by
jerch
Reverier-Xu
asked this question in
Q&A
-
Hi, thanks for your awesome work! I'm using xterm.js 5.1.0 with plugins and options: const term = new Terminal({} as ITerminalOptions)
const fitAddon = new FitAddon()
const weblinksAddon = new WebLinksAddon()
const canvasAddon = new CanvasAddon()
term.loadAddon(fitAddon)
term.loadAddon(weblinksAddon)
term.loadAddon(canvasAddon) I found that xterm.js cannot draw underline on blank(space) characters: I could not find any option to change this behavior, but I found that vscode can display the underline properly. What should I do? |
Beta Was this translation helpful? Give feedback.
Answered by
jerch
Apr 3, 2023
Replies: 1 comment 5 replies
-
This actually works fine when you use a space: I suspect the gap is a tab in your image which is why it's not working? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is prolly related to #4438 😬