Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
requestFocusEvents :: String Source #
These sequences set xterm-based terminals to send focus event sequences.
disableFocusEvents :: String Source #
These sequences disable focus events.
isFocusEvent :: String -> Bool Source #
Does the specified string begin with a focus event?
classifyFocusEvent :: String -> KClass Source #
Attempt to classify an input string as a focus event.