chiasma-0.10.0.0: A tmux client for Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Chiasma.Native.TmuxOutputBlock

Synopsis

Documentation

parseBlock :: (Alternative m, CharParsing m, Monad m, LookAheadParsing m) => m TmuxOutputBlock Source #

Parse a sequence of lines between a %start and a %end line. Tmux pads output lines with a single space on both sides, so strip those if the leading one is present.