vty ui docs
This commit is contained in:
parent
6365e1dce1
commit
2056ac45bb
@ -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
|
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"
|
instance Show Vty where show v = "a Vty"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user