-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Provides cross-platform getHiddenChar function
--   
--   This package provides a <tt>getHiddenChar</tt> function which works
--   reasonably consistently across the Windows, Linux and macOS platforms.
--   <tt>getHiddenChar</tt> yields a single character from the standard
--   input device with buffering and echoing to standard output disabled.
@package hidden-char
@version 0.1.0.2


-- | This package provides a <tt>getHiddenChar</tt> function which works
--   reasonably consistently across the Windows, Linux and macOS platforms.
--   <tt>getHiddenChar</tt> yields a single character from the standard
--   input device with buffering and echoing to standard output disabled.
module System.IO.HiddenChar

-- | Read a character from the standard input device with buffering and
--   echoing disabled
getHiddenChar :: IO Char
