ui: advertise E key on transaction, error screens

This commit is contained in:
Simon Michael 2016-06-20 11:08:23 -07:00
parent 1d419eb7e6
commit 76519be8f9
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ esDraw UIState{ -- aopts=_uopts@UIOpts{cliopts_=_copts@CliOpts{reportopts_=_ropt
quickhelp = borderKeysStr [
("h", "help")
,("ESC", "cancel/top")
,("E", "editor")
,("g", "reload")
,("q", "quit")
]

View File

@ -94,6 +94,7 @@ tsDraw UIState{aopts=UIOpts{cliopts_=CliOpts{reportopts_=ropts}}
,("up/down", "prev/next")
--,("ESC", "cancel/top")
-- ,("a", "add")
,("E", "editor")
,("g", "reload")
,("q", "quit")
]