terminfo-hs

A pure-Haskell (no FFI) module for accessing terminfo databases

Latest on Hackage:0.2.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Bryan Richter
Maintained by Bryan Richter

This module can acquire terminfo databases and query them for terminal capabilities. For details of terminfo, consult the man pages for term(5) and terminfo(5). This package is dead simple, and doesn't do anything fancy with the capabilities themselves. It merely provides a means for accessing them.