Notty.CapTerminal capabilities.
This module describes how to output things so that a terminal understands them.
A set of capabilities that distinguish terminals from one another.
A bundle of magic strings, really.
val ansi : tThe usual ANSI terminal, with colors, text styles and cursor positioning.
val dumb : tPure text output. Text attributes are stripped and positioning is done with the character U+0020, SPACE.