Cursor improvements

This commit is contained in:
Zachary Yedidia
2018-08-27 17:55:28 -04:00
parent 8cf9aa216a
commit 64ce6eebd2
9 changed files with 64 additions and 15 deletions

View File

@@ -150,7 +150,7 @@ func main() {
for {
// Display everything
w.Clear()
screen.Screen.Fill(' ', config.DefStyle)
w.DisplayBuffer()
w.DisplayStatusLine()
screen.Screen.Show()