https://github.com/haskell/terminfo
Haskell bindings to the terminfo API.
https://github.com/haskell/terminfo
Last synced: 3 months ago
JSON representation
Haskell bindings to the terminfo API.
- Host: GitHub
- URL: https://github.com/haskell/terminfo
- Owner: haskell
- License: bsd-3-clause
- Created: 2013-10-31T13:49:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T21:27:01.000Z (9 months ago)
- Last Synced: 2025-11-30T02:05:52.296Z (4 months ago)
- Language: Haskell
- Size: 119 KB
- Stars: 12
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog
- License: LICENSE
Awesome Lists containing this project
README
`terminfo` [](https://travis-ci.org/judah/terminfo)
==========
Haskell bindings to the `terminfo` library. See `terminfo`'s [Hackage page](http://hackage.haskell.org/package/terminfo) 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](https://github.com/judah/terminfo/issues/46) helpful.