mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-24 13:48:51 +08:00
mkinfo typo for DottedUnderline
This commit is contained in:
parent
0f7dbfbc6d
commit
652ba11803
@ -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})")
|
||||
|
Loading…
x
Reference in New Issue
Block a user