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).
|
Background(s.Bg).
|
||||||
Bold(s.Bold).
|
Bold(s.Bold).
|
||||||
Blink(s.Blink).
|
Blink(s.Blink).
|
||||||
Underline(s.Blink).
|
Underline(s.Underline).
|
||||||
Reverse(s.Reverse)
|
Reverse(s.Reverse)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue