correct tcell.Style for underline
This commit is contained in:
parent
254b5ab517
commit
f6bc73c63a
|
@ -102,7 +102,7 @@ func (s Style) Get() tcell.Style {
|
|||
Background(s.Bg).
|
||||
Bold(s.Bold).
|
||||
Blink(s.Blink).
|
||||
Underline(s.Blink).
|
||||
Underline(s.Underline).
|
||||
Reverse(s.Reverse)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue