mkinfo typo for DottedUnderline

This commit is contained in:
Garrett D'Amore 2024-03-07 06:10:54 -08:00
parent 0f7dbfbc6d
commit 652ba11803
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ func dotGoInfo(w io.Writer, terms []*TData) {
dotGoAddStr(w, "CursorSteadyBar", t.CursorSteadyBar)
dotGoAddStr(w, "DoubleUnderline", t.DoubleUnderline)
dotGoAddStr(w, "CurlyUnderline", t.CurlyUnderline)
dotGoAddStr(w, "DottedUnderline", t.DottedUnderine)
dotGoAddStr(w, "DottedUnderline", t.DottedUnderline)
dotGoAddStr(w, "DashedUnderline", t.DashedUnderline)
dotGoAddFlag(w, "XTermLike", t.XTermLike)
fmt.Fprintln(w, "\t})")