Use the new cellview for displaying

Syntax highlighting is still not supported when using the new cellview.
This commit is contained in:
Zachary Yedidia
2017-02-13 21:29:50 -05:00
parent 94175d1aa6
commit 712b383e2c
4 changed files with 357 additions and 322 deletions

View File

@@ -201,6 +201,7 @@ func InitScreen() {
// RedrawAll redraws everything -- all the views and the messenger
func RedrawAll() {
messenger.Clear()
screen.Clear()
for _, v := range tabs[curTab].views {
v.Display()
}