| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
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 VtyUnixConfigurationError Source #
Type of exceptions that can be raised when configuring Vty on a Unix system.
Constructors
| MissingTermEnvVar | The |
Instances
data UnixSettings Source #
Runtime library settings for interacting with Unix terminals.
See this page for details on VTIME and VMIN:
Constructors
| UnixSettings | |
Fields
| |
Instances
| Show UnixSettings Source # | |
Defined in Graphics.Vty.Platform.Unix.Settings | |
| Eq UnixSettings Source # | |
Defined in Graphics.Vty.Platform.Unix.Settings Methods (==) :: UnixSettings -> UnixSettings -> Bool Source # (/=) :: UnixSettings -> UnixSettings -> Bool Source # | |
defaultSettings :: IO UnixSettings Source #
Default runtime settings used by the library.