Closed lopi-py closed 2 months ago
I think Alacritty has a custom way to draw those characters so that they will line up. Otherwise, they're just normal characters and will be separated by line spacing and things like that.
You might be able to get rid of the spacing by using the --linespace-factor=<float>
option, but other than that I don't think this is really something I want Nvy to support.
Nvy:
Even with
--linespace-factor=1
it still happens, I need to set it to 0.8 but thats not great at all (it's too small).Alacritty:
I think alacritty handles that because I set
font.offset
to 5, similar tolinespace-factor
option and it works great with no issues.No matters what font I use.