BSD-3-Clause licensed by Jonathan Daugherty
Maintained by [email protected]
This version can be pinned in stack with:vty-unix-0.3.0.0@sha256:6e9fdf48920d21ab84566a2e92256c47ea07a1f1337f84dda5db4bd211291094,2946

This package provides Unix terminal support for Vty.

Changes

0.3.0.0

  • Added support in Input.Mouse for parsing horizontal scrolling inputs to work with Vty 6.6.
  • Improved the vty-unix-build-width-table tool (thanks Eric Mertens) to make it more robust when the terminal fails to recognize the getCursorPosition escape sequence.

0.2.0.0

API changes:

  • The buildOutput function in Graphics.Vty.Platform.Unix.Output now takes a new first argument of type VtyUserConfig.
  • The settingColorMode field of UnixSettings was removed in favor of Vty 6.1’s new configPreferredColorMode field of the VtyUserConfig type. This package now uses that setting if present; otherwise it does the same color mode detection that it did before this release.

0.1.0.0

Initial release.