From ed7527708cae56f3139a77084ba2a9f9a1e2b371 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 4 Mar 2024 19:59:29 -0800 Subject: [PATCH] Forgot to commit mkinfo.go --- terminfo/mkinfo.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminfo/mkinfo.go b/terminfo/mkinfo.go index 33f7ab4..28afe62 100644 --- a/terminfo/mkinfo.go +++ b/terminfo/mkinfo.go @@ -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)