| Copyright | (c) Jaro Reinders 2018 |
|---|---|
| License | GPL-3 |
| Maintainer | jaro.reinders@gmail.com |
| Safe Haskell | None |
| Language | Haskell2010 |
Control.FRPNow.Vty
Description
This module provides interoperability of FRPNow and the vty terminal UI library.
Documentation
Arguments
| :: Config | The vty configuration to use. |
| -> (EvStream VEvent -> Now (BehaviorEnd Picture a)) | A now computation that takes a stream of vty events and produces a behavior of pictures and an ending event. |
| -> IO a |
Run a Now computation which produces a behavior of type Picture, and draw that on the screen.