Clear with the default background, not black.
[pstop.git] / screen / screen.go
index 41aa4aa..251ca87 100644 (file)
@@ -33,7 +33,7 @@ func (s *TermboxScreen) BoldPrintAt(x int, y int, text string) {
 
 // clear the screen
 func (s *TermboxScreen) Clear() {
-       termbox.Clear(termbox.ColorWhite, termbox.ColorBlack)
+       termbox.Clear(termbox.ColorDefault, termbox.ColorDefault)
 }
 
 // close the screen