vty-5.14: A simple terminal UI library

Safe HaskellSafe
LanguageHaskell2010

Graphics.Vty.Input.Paste

Description

This module provides bracketed paste support as described at

http://cirw.in/blog/bracketed-paste

Synopsis

Documentation

parseBracketedPaste :: String -> KClass Source #

Parse a bracketed paste. This should only be called on a string if both bracketedPasteStarted and bracketedPasteFinished return True.

bracketedPasteStarted :: String -> Bool Source #

Does the input start a bracketed paste?

bracketedPasteFinished :: String -> Bool Source #

Does the input contain a complete bracketed paste?