We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3672b commit 670898dCopy full SHA for 670898d
go.mod
@@ -2,6 +2,8 @@ module github.com/charmbracelet/lipgloss
2
3
retract v0.7.0 // v0.7.0 introduces a bug that causes some apps to freeze.
4
5
+retract v0.11.1 // v0.11.1 uses a broken version of x/ansi StringWidth that causes some liens to wrap incorrectly.
6
+
7
go 1.18
8
9
require (
0 commit comments