package notty

  1. Overview
  2. Docs
Declaring terminals

Install

Dune Dependency

Authors

Maintainers

Sources

notty-0.2.3.tbz
sha256=74659fb14073db4438989891ab24f24bef81aa497dac16d9a67f9a1c9c200824
sha512=6e21d44fe39f3d80884b87635bebae55cb2b931ef74f9184ba4d74cc3e51cb0b3e976c3b6dc61d377288504e8bfabe21acdc1069eacb30df1fbf6686b80f7c6b

doc/notty/Notty/Cap/index.html

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.