Skip to content

mosteo/ansi-ada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANSI-Ada

Alire indexed MIT licensed

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:

  • Text color and styles
  • Cursor position
  • Clearing of parts of the terminal

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.

About

ANSI control sequences for the Ada language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •