Home

Awesome

vty-windows is a plugin for the vty terminal interface library. It provides support for vty on the Windows platform. vty-windows is supported on GHC versions 9.4.4 and up.

Install via git with:

git clone git://github.com/chhackett/vty-windows.git

Install via cabal with:

cabal install vty-windows

Features

Platform Support

vty-windows has been tested and all features are supported in the following terminals:

Other terminals have not been tested at this time. Bug reports are welcome!

Notes

Developers that want to develop cross platform applications using the vty library should directly depend on [vty-crossplatform] (https://github.com/jtdaugherty/vty-crossplatform), and not this library.

If you wish to only target the Windows platform, then using vty-windows would be the correct approach.

Contributing

If you decide to contribute, that's great! Here are some guidelines you should consider to make submitting patches easier for all concerned:

Further Reading

Good sources of documentation for terminal programming are: