wl-pprint-terminfo-0.1: A color pretty printer with terminfo support

System.Console.Terminfo.PrettyPrint

Documentation

with :: PushCommand -> Doc Command -> Doc CommandSource

blink :: Doc Command -> Doc CommandSource

bold :: Doc Command -> Doc CommandSource

underline :: Doc Command -> Doc CommandSource

standout :: Doc Command -> Doc CommandSource

reversed :: Doc Command -> Doc CommandSource

protected :: Doc Command -> Doc CommandSource

invisible :: Doc Command -> Doc CommandSource

dim :: Doc Command -> Doc CommandSource

foreground :: Color -> Doc Command -> Doc CommandSource

background :: Color -> Doc Command -> Doc CommandSource

ring :: Bell -> Doc CommandSource

evalTermState :: Monad m => StateT TermState m a -> m aSource

displayDoc :: Float -> Doc Command -> IO ()Source