[Haskell] [ANN] vty-5.6 released
Jonathan Daugherty
cygnus at foobox.com
Sat Jun 25 20:59:45 UTC 2016
Hi,
I'm pleased to announce the release of version 5.6 of the Vty library, a
terminal user interface programming library. This version of the
library adds some great new features:
* Support for mouse events in most terminals: those that implement
mouse control sequences as described at
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-Mouse-Tracking
* Support for bracketed paste mode, a special mode for receiving
operating system clipboard pastes without treating paste contents as
normal input:
http://cirw.in/blog/bracketed-paste
Vty 5.6 can be found on Hackage at
http://hackage.haskell.org/package/vty-5.6
and on GitHub at
https://github.com/coreyoconnor/vty
Enjoy!
--
Jonathan Daugherty
More information about the Haskell
mailing list