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