Forgot to commit mkinfo.go

This commit is contained in:
Garrett D'Amore 2024-03-04 19:59:29 -08:00
parent 9a52dc2a4e
commit ed7527708c
1 changed files with 2 additions and 2 deletions

View File

@ -426,8 +426,8 @@ func getinfo(name string) (*terminfo.Terminfo, string, error) {
if t.CurlyUnderline == "" { if t.CurlyUnderline == "" {
t.CurlyUnderline = t.TParm(smulx, 3) t.CurlyUnderline = t.TParm(smulx, 3)
} }
if t.DottedUnderine == "" { if t.DottedUnderline == "" {
t.DottedUnderine = t.TParm(smulx, 4) t.DottedUnderline = t.TParm(smulx, 4)
} }
if t.DashedUnderline == "" { if t.DashedUnderline == "" {
t.DashedUnderline = t.TParm(smulx, 5) t.DashedUnderline = t.TParm(smulx, 5)