mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-24 13:48:51 +08:00
Forgot to commit mkinfo.go
This commit is contained in:
parent
9a52dc2a4e
commit
ed7527708c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user