aboutsummaryrefslogtreecommitdiffhomepage
path: root/UI.hs
diff options
context:
space:
mode:
Diffstat (limited to 'UI.hs')
-rw-r--r--UI.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/UI.hs b/UI.hs
index 084458f..1c42949 100644
--- a/UI.hs
+++ b/UI.hs
@@ -136,4 +136,5 @@ theApp =
, appAttrMap = const $ attrMap V.defAttr []
}
+runTheApp :: St -> IO St
runTheApp = defaultMain theApp