Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli_show_prompt(): Accept len argument | P. J. McDermott | 2015-10-28 | 1 | -1/+2 |
| | |||||
* | resume_ui(): Drop | P. J. McDermott | 2015-10-28 | 1 | -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 function | P. J. McDermott | 2015-10-28 | 1 | -0/+16 |
| | |||||
* | cli_dbg(), cli_info(): Don't print messages | P. J. McDermott | 2015-10-28 | 1 | -8/+2 |
| | |||||
* | cli_show_menu(): Print newline before returning | P. J. McDermott | 2015-10-28 | 1 | -0/+1 |
| | |||||
* | ui/cli: Fix tty output | P. J. McDermott | 2015-10-28 | 1 | -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 terminal | P. J. McDermott | 2015-10-28 | 1 | -4/+4 |
| | |||||
* | ui: Add UI init, exit, and resume functions | P. J. McDermott | 2015-10-27 | 1 | -0/+15 |
| | | | | Will be used with TUI. | ||||
* | cli_show_menu(): New function | P. J. McDermott | 2015-10-27 | 1 | -0/+37 |
| | |||||
* | ui/cli: Write warnings and errors to stderr | P. J. McDermott | 2015-10-27 | 1 | -8/+8 |
| | | | | Also put dbg() before other functions. | ||||
* | Add UI support | P. J. McDermott | 2015-10-27 | 1 | -0/+48 |
Also remove src/foo.sh. |