package notty

  1. Overview
  2. Docs
Declaring terminals

Install

Dune Dependency

Authors

Maintainers

Sources

notty-0.2.2.tbz
sha256=38fc5cdbdc36667de4c259eb3ef82385eb30d52b54e1e82d287dc42c3fea70f8
md5=ed22e6958f9e98cc5cee5eab54290735

doc/notty/Notty/Cap/index.html

Module Notty.Cap

Terminal capabilities.

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

type t

A set of capabilities that distinguish terminals from one another.

A bundle of magic strings, really.

val ansi : t

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

val dumb : t

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

OCaml

Innovation. Community. Security.