package ansi

  1. Overview
  2. Docs
ANSI escape sequence parser

Install

Dune Dependency

Authors

Maintainers

Sources

ansi-0.6.0.tbz
sha256=360c63014f0d2ea2e840498defa00e0ec982d7cee76438e86ee5f23f0d3597aa
sha512=c986201c699261e860c934a5440dff7f70e47bf2442c388eecd7f699d1310dffcde0659844b0d508673430cd36b0ee8266599e36e79eb6ad4a0bdbfcecf2a059

CHANGES.md.html

0.6.0

  • Support OSC hyperlinks. (#13, @MisterDA) https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda

  • Support italic and underline escape sequences with .italic and .underline CSS classes. (#11, @MisterDA)

  • Fix range of intermediate bytes. (#8, @MisterDA)

  • Add Ansi.strip to strip ANSI escape sequences part of a string. Support stripping OSC sequences. (#7, #9, #12, @MisterDA)

  • Support 8-bit colour palette, bright colours. (#6, @MisterDA)

  • Expose default foreground and background colors with .fg-default and .bg-default CSS classes. (#6, #10, MisterDA)

  • Fix bold/bright confusion, expose .bold CSS class. (#6, #10 @MisterDA)

  • Expose alternative 16-colours colorschemes (xterm dark, solarized light and dark). (#6, @MisterDA)

0.5.0

  • Rename to ansi (#2, @samoht)

  • ansi: 24-bit colour parsing (#1, @copy)

  • Split into its own repository.

v0.3 and v0.4

No changes (released as part of OCurrent).

v0.2

Make transitive dependencies explicit in dune file.

v0.1

Initial release.