terminfo

Haskell bindings to the terminfo API.


Keywords
library, user-interfaces, Propose Tags, Terminfo, , Index, Quick Jump, System.Console.Terminfo, System.Console.Terminfo.Base, System.Console.Terminfo.Color, System.Console.Terminfo.Cursor, System.Console.Terminfo.Edit, System.Console.Terminfo.Effects, System.Console.Terminfo.Keys, terminfo-0.4.1.6.tar.gz, browse, Package description, Package maintainers, BenGamari, JudahJacobson, edit package information , 0.4.1.1, 0.4.1.6
License
BSD-3-Clause
Install
cabal install terminfo-0.4.1.6

Documentation

terminfo Build Status

Haskell bindings to the terminfo library. See terminfo's Hackage page for more details.

Building

  • terminfo requires a configure script; to build it, run autoreconf -i.
  • Build terminfo with either stack build or cabal build.

Building on Windows

While using this package on Windows is not officially supported, users wanting to build it on Windows might find this ticket helpful.