disable keyboard echoing
This commit is contained in:
parent
79ea0e4710
commit
505d0d8e96
|
@ -8,6 +8,7 @@ import Mtlstats.Types
|
||||||
-- | Initializes the progran
|
-- | Initializes the progran
|
||||||
initState :: C.Curses ProgState
|
initState :: C.Curses ProgState
|
||||||
initState = do
|
initState = do
|
||||||
|
C.setEcho False
|
||||||
w <- C.defaultWindow
|
w <- C.defaultWindow
|
||||||
C.updateWindow w C.clear
|
C.updateWindow w C.clear
|
||||||
C.render
|
C.render
|
||||||
|
|
Loading…
Reference in New Issue
Block a user