mirror of
https://github.com/ilyakooo0/reflex-vty.git
synced 2024-11-26 23:36:31 +03:00
Export ImageWriter
This commit is contained in:
parent
8a6f4d7b2b
commit
784a0a08fc
@ -19,6 +19,7 @@ module Reflex.Vty.Widget
|
|||||||
( VtyWidgetCtx(..)
|
( VtyWidgetCtx(..)
|
||||||
, VtyWidget(..)
|
, VtyWidget(..)
|
||||||
, VtyWidgetOut(..)
|
, VtyWidgetOut(..)
|
||||||
|
, ImageWriter(..)
|
||||||
, runVtyWidget
|
, runVtyWidget
|
||||||
, mainWidget
|
, mainWidget
|
||||||
, mainWidgetWithHandle
|
, mainWidgetWithHandle
|
||||||
@ -37,7 +38,6 @@ module Reflex.Vty.Widget
|
|||||||
, mouseDown
|
, mouseDown
|
||||||
, mouseUp
|
, mouseUp
|
||||||
, pane
|
, pane
|
||||||
, tellImages
|
|
||||||
, splitV
|
, splitV
|
||||||
, splitVDrag
|
, splitVDrag
|
||||||
, box
|
, box
|
||||||
|
Loading…
Reference in New Issue
Block a user