lipgloss/.github
Michael Lorant 2745d8a3d8
Improve maximum width of characters in a string (#257)
The function `maxRuneWidth` was using a flawed approach by only
evaluating strings based on each rune. The `uniseg` package provides a
more accurate method based on grapheme clusters.

This change switches over to the improved implementation which should
achieve better results when determining the maximum width of all
grapheme clusters in a string.

Signed-off-by: Michael Lorant <michael.lorant@nine.com.au>
2024-02-13 10:03:24 -05:00
..
ISSUE_TEMPLATE docs: add issue template (#193) 2023-05-23 11:58:18 -07:00
workflows Improve maximum width of characters in a string (#257) 2024-02-13 10:03:24 -05:00
dependabot.yml chore: disable dependabot timer 2022-11-18 02:10:07 +01:00