disable keyboard echoing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user