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

Graphics.Vty.Platform.Windows.Input.Paste

Description

This module provides bracketed paste support as described at

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

Synopsis

Documentation

parseBracketedPaste :: ByteString -> KClass Source #

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

bracketedPasteStarted :: ByteString -> Bool Source #

Does the input start a bracketed paste?

bracketedPasteFinished :: ByteString -> Bool Source #

Does the input contain a complete bracketed paste?