FiraCode icon indicating copy to clipboard operation
FiraCode copied to clipboard

one, two, and three dot ellipsis not aligned

Open unixben opened this issue 1 year ago • 1 comments

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!

unixben avatar Dec 05 '23 05:12 unixben

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

wopian avatar Dec 05 '23 15:12 wopian