package ANSITerminal

  1. Overview
  2. Docs
Basic control of ANSI compliant terminals and the windows shell

Install

Dune Dependency

Authors

Maintainers

Sources

ANSITerminal-0.8.2.tbz
sha256=88046cc8138cc78ca0878a896e472a353bd097fbf4ad3e21e50a0798e22cc112
sha512=df6b5bc31db966a9ec79d64a5aeae50fb23cf0ecdf11b805f3dba5d99bd62667bed0e69bdc1d53f773ec08254ec65e47a6fd9f839aa962a60cf4fd84f549d85f

Description

ANSITerminal is a module allowing to use the colors and cursor movements on ANSI terminals. It also works on the windows shell (but this part is currently work in progress).

Tags

terminal

Published: 22 Dec 2019

README

README.md

ANSITerminal

ANSITerminal provides Basic control of ANSI compliant terminals and the windows shell.

ANSITerminal is a module allowing to use the colors and cursor movements on ANSI terminals. It also works on the windows shell (this part is currently work in progress).

Install

On Unix and OSX, the easier to install this library is to use opam:

opam install ANSITerminal

On Windows, until opam and ocamlbuild work well on this platform, you clone this repository and compile and install this library by executing:

build

Documentation

The API may be read online.