vty-unix-0.2.0.0: Unix backend for Vty
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.Vty.Platform.Unix.Settings

Description

Runtime settings for vty-unix. Most applications will not need to change any of these settings.

Synopsis

Documentation

data UnixSettings Source #

Runtime library settings for interacting with Unix terminals.

See this page for details on VTIME and VMIN:

http://unixwiz.net/techtips/termios-vmin-vtime.html

Constructors

UnixSettings 

Fields

defaultSettings :: IO UnixSettings Source #

Default runtime settings used by the library.