termonad-4.2.0.1: Terminal emulator configurable in Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Termonad.Keys

Documentation

showKeys :: EventKey -> IO Bool Source #

data Key Source #

Constructors

Key 

Fields

Instances

Instances details
Show Key Source # 
Instance details

Defined in Termonad.Keys

Eq Key Source # 
Instance details

Defined in Termonad.Keys

Methods

(==) :: Key -> Key -> Bool Source #

(/=) :: Key -> Key -> Bool Source #

Ord Key Source # 
Instance details

Defined in Termonad.Keys

Methods

compare :: Key -> Key -> Ordering Source #

(<) :: Key -> Key -> Bool Source #

(<=) :: Key -> Key -> Bool Source #

(>) :: Key -> Key -> Bool Source #

(>=) :: Key -> Key -> Bool Source #

max :: Key -> Key -> Key Source #

min :: Key -> Key -> Key Source #

toKey :: Word32 -> Set ModifierType -> Key Source #

handleKeyPress :: TMState -> EventKey -> IO Bool Source #