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.5.tbz
sha256=ab73b218b6a30267d2bbc43312dcf313981b8b0bec555d92b06b87664b2dd30e
sha512=8ddd766c007bf66d6a6d1ce0f68ad55e18e82f439fdec6c0387f18f6a5e8c87bb2d7b595cbdab5acf9a5cf76efa73b8e8921481a5028774dcd9d2d9fe544603e

CHANGES.md.html

0.8.5 2022-07-19

  • Do not vendor io.h now that OCaml exports it (@dra27).

0.8.4 2022-05-10

  • Upgrade Dune language version.

0.8.3 2021-11-12

  • Improve the portability on Windows.

0.8.2 2019-12-20

  • Do not check the terminal at startup for the Windows version — so it can be used in a continuous integration environment.

0.8.1 — 2018-09-27

  • Port to Dune.

  • Upgrade to OPAM 2.0.

0.8 — 2017-11-08

  • Only use escape sequences or Windows calls when the stdout or stderr is a TTY. (issue #1).

  • Port to jbuilder