howl.ui.markup.terminal

howl.ui.markup.terminal

Overview

The terminal module parses output geared towards terminals, and returns a StyledText instance containing the result. The primary use of this is to parse output containing ANSI escape sequences, particularly sequences concerning colors or text attributes, and get something usable for displaying in an ActionBuffer.

See also:

Functions

(output)

Parses the provided output, and returns a StyledText instance.