vty ui docs

This commit is contained in:
Simon Michael 2009-01-20 03:48:23 +00:00
parent 6365e1dce1
commit 2056ac45bb

View File

@ -1,6 +1,6 @@
{-|
A simple text UI for hledger.
A simple text UI for hledger, based on the vty library.
-}
@ -17,7 +17,7 @@ import RegisterCommand
import PrintCommand
helpmsg = "Welcome to hledger. (b)alances, (r)egister, (p)rint entries, (l)edger, (right) to drill down, (left) to back up, or (q)uit"
helpmsg = "Welcome to hledger vty ui. (b)alances, (r)egister, (p)rint entries, (l)edger, (right) to drill down, (left) to back up, or (q)uit"
instance Show Vty where show v = "a Vty"