render display
This commit is contained in:
parent
77ee289e1f
commit
79ea0e4710
|
@ -10,6 +10,7 @@ initState :: C.Curses ProgState
|
|||
initState = do
|
||||
w <- C.defaultWindow
|
||||
C.updateWindow w C.clear
|
||||
C.render
|
||||
return ProgState
|
||||
|
||||
-- | Main program loop
|
||||
|
|
Loading…
Reference in New Issue
Block a user