ANSI control sequences for the Ada language.
This library consists of a single pure package for the generation of escape sequences that allow to control, in ANSI-enabled TTYs:
In order to keep the library as simple as possible there is no TTY capability detection, so you must either assume ANSI is recognized or use other means of detection (e.g., Interfaces.C_Streams.isatty as a bare minimum to detect redirections).
The library comes with a demo program that can serve to test the appearance and capabilities of your terminal.
Globally install this crate:
alr install ansiadaAdd to your project:
alr with ansiada