githubnext / monaspace

An innovative superfamily of fonts for code
https://monaspace.githubnext.com
SIL Open Font License 1.1
13.12k stars 219 forks source link

Overlapping characters following double ampersand (&&) #190

Closed parkerbxyz closed 1 month ago

parkerbxyz commented 4 months ago

The following input...

❯ echo "Hello, world!" && clear 

...produces the following:

If I omit the space between && and clear, the & and c characters overlap:

kenmcd commented 4 months ago

The && discretionary ligature (dlig) is two characters wide (AW 2480) and the application is treating it as one character wide (AW 1240).

idan commented 1 month ago

Fixed in ca8015b27bdc6d8e1201b1ad722f4ae3c38970d0