The vty package
vty is terminal GUI library in the niche of ncurses. It is intended to be easy to use, have no confusing corner cases, and good support for common terminal types.
See the vty-examples package as well as the program test/interactive_terminal_test.hs included in the vty package for examples on how to use the library.
Import the Graphics.Vty convenience module to get access to the core parts of the library.
© 2006-2007 Stefan O'Rear; BSD3 license.
© Corey O'Connor; BSD3 license.
© Jonathan Daugherty; BSD3 license.
[Skip to Readme]
Properties
Versions | 3.0.0, 3.0.1, 3.0.2, 3.0.4, 3.1.0, 3.1.2, 3.1.4, 3.1.6, 3.1.8, 3.1.8.2, 3.1.8.4, 4.0.0, 4.0.0.1, 4.2.1.0, 4.4.0.0, 4.4.0.0.1, 4.6.0.1, 4.6.0.2, 4.6.0.4, 4.6.0.6, 4.7.0.0, 4.7.0.4, 4.7.0.6, 4.7.0.8, 4.7.0.10, 4.7.0.12, 4.7.0.14, 4.7.0.18, 4.7.0.20, 4.7.1, 4.7.2, 4.7.3, 4.7.4, 4.7.5, 5.0.0, 5.0.1, 5.0.2, 5.1.0, 5.1.1, 5.1.3, 5.1.4, 5.2.0, 5.2.1, 5.2.2, 5.2.3, 5.2.4, 5.2.5, 5.2.6, 5.2.7, 5.2.8, 5.2.9, 5.2.10, 5.2.11, 5.3, 5.3.1, 5.4.0, 5.5.0, 5.6, 5.7, 5.7.1, 5.8, 5.8.1, 5.9, 5.9.1, 5.10, 5.11, 5.11.1, 5.11.2, 5.11.3, 5.12, 5.13, 5.14, 5.15 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.6 && <5), blaze-builder (>=0.3.3.2 && <0.5), bytestring, containers, deepseq (>=1.1 && <1.5), directory, filepath (>=1.0 && <2.0), hashable (>=1.2), microlens, microlens-mtl, microlens-th, mtl (>=1.1.1.0 && <2.3), parallel (>=2.2 && <3.3), parsec (>=2 && <4), stm, terminfo (>=0.3 && <0.5), text (>=0.11.3), transformers (>=0.3.0.0), unix, utf8-string (>=0.3 && <1.1), vector (>=0.7), vty [details] |
License | BSD3 |
Author | AUTHORS |
Maintainer | Jonathan Daugherty (cygnus@foobox.com) |
Stability | Unknown |
Category | User Interfaces |
Home page | https://github.com/jtdaugherty/vty |
Source repository | head: git clone https://github.com/jtdaugherty/vty.git |
Uploaded | Tue Jan 24 19:48:09 UTC 2017 by JonathanDaugherty |
Distributions | Debian:5.4.0, LTSHaskell:5.5.0, NixOS:5.15, Stackage:5.15, Tumbleweed:5.15 |
Downloads | 21740 total (309 in the last 30 days) |
Votes | |
Status | Docs available [build log] Last success reported on 2017-01-24 [all 1 reports] |
Modules
- Codec
- Binary
- UTF8
- Codec.Binary.UTF8.Debug
- UTF8
- Binary
- Data
- Terminfo
- Data.Terminfo.Eval
- Data.Terminfo.Parse
- Terminfo
- Graphics
- Text
- Graphics.Vty
- Graphics.Vty.Attributes
- Graphics.Vty.Config
- Graphics.Vty.Debug
- Graphics.Vty.DisplayAttributes
- Graphics.Vty.Error
- Graphics.Vty.Image
- Graphics.Vty.Image.Internal
- Graphics.Vty.Inline
- Graphics.Vty.Inline.Unsafe
- Graphics.Vty.Input
- Graphics.Vty.Input.Classify
- Graphics.Vty.Input.Events
- Graphics.Vty.Input.Loop
- Graphics.Vty.Input.Mouse
- Graphics.Vty.Input.Paste
- Graphics.Vty.Input.Terminfo
- Graphics.Vty.Output
- Graphics.Vty.Picture
- Graphics.Vty.PictureToSpans
- Graphics.Vty.Span
[Index]
Downloads
- vty-5.15.tar.gz [browse] (Cabal source package)
- Package description (included in the package)