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

Graphics.Vty.Platform.Windows.Output.XTermColor

Description

Provides function to reserve and configure a terminal for a Vty application

Synopsis

Documentation

reserveTerminal :: (Applicative m, MonadIO m) => String -> Handle -> ColorMode -> m Output Source #

Construct an Xterm output driver. Initialize the display to UTF-8.