package notty

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Notty.CapSource

Terminal capabilities.

This module describes how to output things so that a terminal understands them.

Sourcetype t

A set of capabilities that distinguish terminals from one another.

A bundle of magic strings, really.

Sourceval ansi : t

The usual ANSI terminal, with colors, text styles and cursor positioning.

Sourceval dumb : t

Pure text output. Text attributes are stripped and positioning is done with the character U+0020, SPACE.

OCaml

Innovation. Community. Security.