Skip to content

Commit

Permalink
mkinfo typo for DottedUnderline
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Mar 7, 2024
1 parent 0f7dbfb commit 652ba11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminfo/mkinfo.go
Expand Up @@ -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})")
Expand Down

0 comments on commit 652ba11

Please sign in to comment.