summaryrefslogtreecommitdiffstats
path: root/src/ui/cli.sh
Commit message (Collapse)AuthorAgeFilesLines
* cli_info(): Write message to terminalP. J. McDermott2015-10-301-1/+4
|
* cli_show_prompt(): Show default valueP. J. McDermott2015-10-291-1/+5
|
* show_menu(): Add initial value parameterP. J. McDermott2015-10-291-2/+3
|
* message(): New functionP. J. McDermott2015-10-291-0/+11
|
* cli_show_prompt(): Accept len argumentP. J. McDermott2015-10-281-1/+2
|
* resume_ui(): DropP. J. McDermott2015-10-281-5/+0
| | | | | We won't temporarily leave the UI to run a shell as originally planned, so this function won't be necessary.
* show_prompt(): New functionP. J. McDermott2015-10-281-0/+16
|
* cli_dbg(), cli_info(): Don't print messagesP. J. McDermott2015-10-281-8/+2
|
* cli_show_menu(): Print newline before returningP. J. McDermott2015-10-281-0/+1
|
* ui/cli: Fix tty outputP. J. McDermott2015-10-281-11/+13
| | | | | dbg() calls in flashrom_probe() were writing to a "not a tty" file because stdin is redirected.
* ui/cli: Write all output to terminalP. J. McDermott2015-10-281-4/+4
|
* ui: Add UI init, exit, and resume functionsP. J. McDermott2015-10-271-0/+15
| | | | Will be used with TUI.
* cli_show_menu(): New functionP. J. McDermott2015-10-271-0/+37
|
* ui/cli: Write warnings and errors to stderrP. J. McDermott2015-10-271-8/+8
| | | | Also put dbg() before other functions.
* Add UI supportP. J. McDermott2015-10-271-0/+48
Also remove src/foo.sh.