;dev: ui: replace "curses interface" with TUI

This commit is contained in:
Simon Michael 2022-11-07 16:48:35 -10:00
parent b36c35d477
commit 892eb06396
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{-|
hledger-ui - a hledger add-on providing a curses-style interface.
hledger-ui - a hledger add-on providing an efficient TUI.
Copyright (c) 2007-2015 Simon Michael <simon@joyful.com>
Released under GPL version 3 or later.
-}

View File

@ -56,7 +56,7 @@ uiflags = [
--uimode :: Mode RawOpts
uimode = (mode "hledger-ui" (setopt "command" "ui" def)
"browse accounts, postings and entries in a full-window curses interface"
"browse accounts, postings and entries in a full-window TUI"
(argsFlag "[--menu|--all|--bs|--is|--register=ACCT] [QUERY]") []){
modeGroupFlags = Group {
groupUnnamed = uiflags
@ -65,7 +65,7 @@ uimode = (mode "hledger-ui" (setopt "command" "ui" def)
,groupNamed = [(generalflagsgroup1)]
}
,modeHelpSuffix=[
-- "Reads your ~/.hledger.journal file, or another specified by $LEDGER_FILE or -f, and starts the full-window curses ui."
-- "Reads your ~/.hledger.journal file, or another specified by $LEDGER_FILE or -f, and starts the full-window TUI."
]
}

View File

@ -153,7 +153,7 @@ commandsList progversion othercmds = [
,""
,"Data entry (these commands modify the journal file):"
," add add transactions using guided prompts"
,"+iadd add transactions using curses ui"
,"+iadd add transactions using a TUI"
," import add any new transactions from other files (eg csv)"
,""
,"Data management:"