mirror of
https://github.com/cjbassi/gotop.git
synced 2025-05-01 22:18:38 +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() {
|
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