Support for contrib's Prettyprinter rendering in the context of an NCurses session.
import public Text.PrettyPrint.Prettyprinter.Doccolor : (name : String) -> HasColor name s => Doc (Attribute s) -> Doc (Attribute s)Set the color of upcoming text.
See also @defaultColor@.
defaultColor : Doc (Attribute s) -> Doc (Attribute s)underline : Doc (Attribute s) -> Doc (Attribute s)standout : Doc (Attribute s) -> Doc (Attribute s)reverse : Doc (Attribute s) -> Doc (Attribute s)blink : Doc (Attribute s) -> Doc (Attribute s)dim : Doc (Attribute s) -> Doc (Attribute s)bold : Doc (Attribute s) -> Doc (Attribute s)protected : Doc (Attribute s) -> Doc (Attribute s)invisible : Doc (Attribute s) -> Doc (Attribute s)renderDoc : IsActive s => SimpleDocStream (Attribute s) -> NCurses () s sprintDoc : IsActive s => {default defaultLayoutOptions _ : LayoutOptions} -> Doc (Attribute s) -> NCurses () s s