Skip to content
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

one, two, and three dot ellipsis not aligned #1561

Open
unixben opened this issue Dec 5, 2023 · 1 comment
Open

one, two, and three dot ellipsis not aligned #1561

unixben opened this issue Dec 5, 2023 · 1 comment

Comments

@unixben
Copy link

unixben commented Dec 5, 2023

The primary example of this case is when viewing ls -al output:

image

And a contrived example of all three out of alignment:

image

This is exhibited in Windows Terminal and Visual Studio Code with ligatures enabled:

{
  "editor.fontLigatures": true
}

I don't know if this is by design, not possible to fix, or whatever... but I'm reporting it for posterity!

@wopian
Copy link
Contributor

wopian commented Dec 5, 2023

These are ligatures for the range syntax (e.g 5..20 and 5...21 in Ruby), where they're centred between the left/right values

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants