vty: A simple terminal UI library
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- 'ghc-options/ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
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
Modules
[Index] [Quick Jump]
- 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.Focus
- 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
Downloads
- vty-5.25.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees