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.4.tbz
sha256=66dd437e17282ada4f1d1e2a5340200ecb46d6eacc3d5f6794c3b7c0390daf73
sha512=ccee20fc4348e29fea5fe3631a3728b4af74438797d835a4e412b957c8e4c37bcdd2cca286a304e943e2c3326a2d78229fd7ac6baac2030f07a24c88696179df

CHANGES.md.html

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