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…
Reference in New Issue
Block a user