remove initial render
This commit is contained in:
parent
0be1a64119
commit
d491a30ea7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user