-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Underline is not continuous #4059
Copy link
Copy link
Closed
Labels
Milestone
Description
VS Code issue: microsoft/vscode#158868
- set setting terminal.integrated.gpuAcceleration: on
- in a terminal type:
echo -e "\x1b[4:2m" # double underlinefollowed byecho -e "\x1b[4:3m" # curly underlineand a new line
Especially under the w there's a lot of space so I would say it can't be antialiasing that interferes
I wonder if we should reduce the stroke width here, or potentially do something more manual when drawing the lines to ensure only characters that need it get this treatment?
Reactions are currently unavailable
