hidden-char-0.1.0.2: Provides getHiddenChar function

Copyright(C) Richard Cook 2017
LicenseMIT
Maintainerrcook@rcook.org
Stabilitystable
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

System.IO.HiddenChar

Description

This package provides a getHiddenChar function which works reasonably consistently across the Windows, Linux and macOS platforms. getHiddenChar yields a single character from the standard input device with buffering and echoing to standard output disabled.

Synopsis

Documentation

getHiddenChar Source #

Arguments

:: IO Char

returned character

Read a character from the standard input device with buffering and echoing disabled