disable keyboard echoing

This commit is contained in:
Jonathan Lamothe 2019-08-15 20:24:12 -04:00
parent 79ea0e4710
commit 505d0d8e96

View File

@ -8,6 +8,7 @@ import Mtlstats.Types
-- | Initializes the progran
initState :: C.Curses ProgState
initState = do
C.setEcho False
w <- C.defaultWindow
C.updateWindow w C.clear
C.render