Fix c_main

This commit is contained in:
seem 2020-09-06 10:54:21 +02:00
parent 9370a20df3
commit 2421679967

View file

@ -18,7 +18,7 @@ def c_main(stdscr: "curses._CursesWindow", filename: str) -> int:
SCREEN_HEIGHT = curses.LINES
buf = Buffer()
buf = Buffer(lines)
while True:
# Update screen