Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | message(): New function | P. J. McDermott | 2015-10-29 | 1 | -1/+1 |
| | |||||
* | resume_ui(): Drop | P. J. McDermott | 2015-10-28 | 1 | -1/+1 |
| | | | | | 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 | -1/+1 |
| | |||||
* | dbg(), info(), warn() err(): Call log_*() functions | P. J. McDermott | 2015-10-28 | 1 | -3/+4 |
| | |||||
* | ui: Add UI init, exit, and resume functions | P. J. McDermott | 2015-10-27 | 1 | -1/+3 |
| | | | | Will be used with TUI. | ||||
* | ui/cli: Write warnings and errors to stderr | P. J. McDermott | 2015-10-27 | 1 | -1/+1 |
| | | | | Also put dbg() before other functions. | ||||
* | Validate UI option | P. J. McDermott | 2015-10-27 | 1 | -0/+9 |
| | |||||
* | Add UI support | P. J. McDermott | 2015-10-27 | 1 | -0/+28 |
Also remove src/foo.sh. |