vty-windows-0.2.0.2: Windows backend for Vty
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.Vty.Platform.Windows.Settings

Description

This module provides data type to describe runtime terminal settings, and a function to obtain default values for those settings.

Synopsis

Documentation

data WindowsSettings Source #

Runtime library settings for interacting with Windows terminals.

Constructors

WindowsSettings 

Fields

Instances

Instances details
Show WindowsSettings Source # 
Instance details

Defined in Graphics.Vty.Platform.Windows.Settings

Methods

showsPrec :: Int -> WindowsSettings -> ShowS

show :: WindowsSettings -> String

showList :: [WindowsSettings] -> ShowS

Eq WindowsSettings Source # 
Instance details

Defined in Graphics.Vty.Platform.Windows.Settings

defaultSettings :: IO WindowsSettings Source #

Description of reasonable default settings for a Windows environment