mirror of
https://github.com/cjbassi/gotop.git
synced 2025-04-29 13:49:00 +08:00
Forgot to increment colors to Clear() also
This commit is contained in:
parent
ac218f66ee
commit
4d7726d049
@ -43,5 +43,5 @@ func Render(bs ...Bufferer) {
|
||||
}
|
||||
|
||||
func Clear() {
|
||||
tb.Clear(tb.ColorDefault, tb.Attribute(Theme.Bg))
|
||||
tb.Clear(tb.ColorDefault+1, tb.Attribute(Theme.Bg)+1)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user