You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm too lazy to make PR, but it would be better to use strings.RuneCount instead of len to count length of string, because len counts bytes instead of symbols.
Why is it important? Just try to use Unicode/not-ASCII symbols in title and all the alignment breaks.
The text was updated successfully, but these errors were encountered:
At first, thanks for so nice theme! :)
I'm too lazy to make PR, but it would be better to use
strings.RuneCount
instead oflen
to count length of string, becauselen
counts bytes instead of symbols.Why is it important? Just try to use Unicode/not-ASCII symbols in title and all the alignment breaks.
The text was updated successfully, but these errors were encountered: