Forgot to increment colors to Clear() also

This commit is contained in:
Caleb Bassi 2018-02-21 03:33:23 -08:00
parent ac218f66ee
commit 4d7726d049

View File

@ -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)
}