mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-24 13:48:51 +08:00
Windows build fix.
This commit is contained in:
parent
9bc5c636ae
commit
18256bb692
@ -938,7 +938,6 @@ func (s *cScreen) sendVtStyle(style Style) {
|
||||
} else if uc.Valid() {
|
||||
_, _ = fmt.Fprintf(esc, vtUnderColor, uc&0xff)
|
||||
}
|
||||
}
|
||||
|
||||
esc.WriteString(vtUnderline)
|
||||
// legacy ConHost does not understand these but Terminal does
|
||||
@ -954,6 +953,7 @@ func (s *cScreen) sendVtStyle(style Style) {
|
||||
esc.WriteString(vtDashedUnderline)
|
||||
}
|
||||
}
|
||||
|
||||
if attrs&AttrReverse != 0 {
|
||||
esc.WriteString(vtReverse)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user