remove initial render

This commit is contained in:
Jonathan Lamothe 2019-08-17 13:39:38 -04:00
parent 0be1a64119
commit d491a30ea7

View File

@ -9,9 +9,6 @@ import Mtlstats.Types
initState :: C.Curses ProgState
initState = do
C.setEcho False
w <- C.defaultWindow
C.updateWindow w C.clear
C.render
return ProgState
-- | Main program loop