summaryrefslogtreecommitdiffstats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* tui_show_menu(): Implement (incomplete)P. J. McDermott2015-10-291-0/+142
|
* tui_show_prompt(): Handle KEY_HOME and KEY_ENDP. J. McDermott2015-10-291-0/+6
|
* tui_show_prompt(): Shorten arrow key casesP. J. McDermott2015-10-291-6/+4
|
* tui_show_prompt(): Implement KEY_BACKSPACE line editingP. J. McDermott2015-10-291-4/+11
|
* tui_show_prompt(): Implement line editingP. J. McDermott2015-10-291-13/+53
|
* tui_show_prompt(): Handle all unused KEY_*sP. J. McDermott2015-10-291-3/+2
|
* tui_show_prompt(): Handle arrow keysP. J. McDermott2015-10-291-1/+15
|
* tui_show_prompt(): Enforce range on cursor positionP. J. McDermott2015-10-291-6/+12
|
* _tui_dialog(): Use line on top of warning iconP. J. McDermott2015-10-291-1/+4
|
* cli_show_prompt(): Accept len argumentP. J. McDermott2015-10-281-1/+2
|
* tui_show_prompt(): Handle KEY_INVALIDP. J. McDermott2015-10-281-1/+3
|
* tui_show_prompt(): Handle KEY_BACKSPACE, KEY_DEL, KEY_SPACEP. J. McDermott2015-10-281-0/+10
|
* tui_show_prompt(): Implement (line editing missing)P. J. McDermott2015-10-281-1/+84
|
* _tui_box(): Remove a printfP. J. McDermott2015-10-281-1/+1
|
* _tui_box(): Output positionP. J. McDermott2015-10-281-3/+7
|
* src/ui/tui.sh: New fileP. J. McDermott2015-10-282-1/+179
|
* 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-272-0/+50
Also remove src/foo.sh.