disable keyboard echoing
This commit is contained in:
parent
79ea0e4710
commit
505d0d8e96
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user