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

Graphics.Vty.Platform.Windows.WindowsCapabilities

Description

This module provides functions to obtain VT escape sequences for the Windows platform

Synopsis

Documentation

getStringCapability :: String -> Maybe String Source #

Lookup for terminal capabilities that have a string value. All Windows supported escape sequences are described here: https://learn.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences

getIntCapability :: String -> Maybe Int Source #

Lookup a terminal capability that has an integer value