Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 649 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 649 Bytes

idris2-ansi: ANSI Escape Sequences in Idris

This is a small library providing the necessary ANSI escape sequences for colored and otherwise highlited terminal output, as well as moving the cursor to arbitrary positions in the terminal.

The modules in library ansi where originally part of the contrib package of the main Idris2 project.

In addition, a second library (prettier-ansi) is provided, for using colored output with the Bernardy-style pretty printer from the prettier library.