summaryrefslogtreecommitdiffstats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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-272-0/+50
Also remove src/foo.sh.