Skip to content

Commit

Permalink
Forgot to commit mkinfo.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Mar 5, 2024
1 parent 9a52dc2 commit ed75277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terminfo/mkinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ func getinfo(name string) (*terminfo.Terminfo, string, error) {
if t.CurlyUnderline == "" {
t.CurlyUnderline = t.TParm(smulx, 3)
}
if t.DottedUnderine == "" {
t.DottedUnderine = t.TParm(smulx, 4)
if t.DottedUnderline == "" {
t.DottedUnderline = t.TParm(smulx, 4)
}
if t.DashedUnderline == "" {
t.DashedUnderline = t.TParm(smulx, 5)
Expand Down

0 comments on commit ed75277

Please sign in to comment.