summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* _tui_dialog(): Support info dialogsP. J. McDermott2015-10-301-0/+5
* cli_info(): Write message to terminalP. J. McDermott2015-10-301-1/+4
* src/main.sh: Replace info() with dbg()P. J. McDermott2015-10-301-1/+1
* do_update(): Add info() callsP. J. McDermott2015-10-301-2/+10
* src/flashrom.sh: Replace info() with dbg()P. J. McDermott2015-10-301-1/+1
* src/dist/libiquity.sh: Replace info() with dbg()P. J. McDermott2015-10-301-2/+2
* src/dist/libreboot.sh: Replace info() with dbg()P. J. McDermott2015-10-301-2/+2
* src/board/ich9.sh: Replace info() with dbg()P. J. McDermott2015-10-301-2/+2
* src/action/update.sh: Replace info() with dbg()P. J. McDermott2015-10-301-4/+4
* tui_show_prompt(): Place cursor at end of default inputP. J. McDermott2015-10-291-1/+3
* cli_show_prompt(): Show default valueP. J. McDermott2015-10-291-1/+5
* ich9_prepare_rom(): Get current MAC addressP. J. McDermott2015-10-291-2/+10
* show_menu(): Add initial value parameterP. J. McDermott2015-10-293-6/+7
* src/main.sh: New -m optionP. J. McDermott2015-10-291-1/+9
* message(): New functionP. J. McDermott2015-10-293-3/+32
* tui_show_prompt(): Hide cursor after KEY_ENTER from inputP. J. McDermott2015-10-291-1/+4
* tui_show_menu(): Add Vim-style key bindingsP. J. McDermott2015-10-291-4/+4
* _tui_box(): Fix coordinate offsetsP. J. McDermott2015-10-291-2/+2
* _tui_dialog(): Don't use SGR underline with iconsP. J. McDermott2015-10-291-19/+2
* tui_show_prompt(): Draw box, not underlined fieldP. J. McDermott2015-10-291-13/+15
* _term_get_escseq(): Handle KEY_HOME and KEY_END on Linux consoleP. J. McDermott2015-10-291-4/+16
* _term_get_escseq(): Handle KEY_HOME and KEY_END on XTermP. J. McDermott2015-10-291-0/+2
* _tui_box(): Reset SGR before clearing screenP. J. McDermott2015-10-291-0/+1
* tui_show_menu(): Fix scrollingP. J. McDermott2015-10-291-3/+3
* tui_show_menu(): Set ${scrpos} on KEY_UP, KEY_DOWN, and KEY_ENDP. J. McDermott2015-10-291-3/+8
* tui_show_prompt(): Limit inserts by input length, not cursor positionP. J. McDermott2015-10-291-2/+2
* tui_show_menu(): Don't scroll down beyond listP. J. McDermott2015-10-291-1/+2
* tui_show_menu(): Implement (incomplete)P. J. McDermott2015-10-291-0/+142
* ich9_prepare_rom(): Pass length to show_prompt()P. J. McDermott2015-10-291-1/+1
* tui_show_prompt(): Handle KEY_HOME and KEY_ENDP. J. McDermott2015-10-291-0/+6
* term_getch(): Handle KEY_HOME and KEY_ENDP. J. McDermott2015-10-291-12/+19
* 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
* term_getch(): Handle KEY_BACKSPACE and KEY_DELP. J. McDermott2015-10-281-9/+26
* 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
* term_getch(): Fix printable character handlingP. J. McDermott2015-10-281-3/+1
* term_getch(): Fix KEY_ENTER detectionP. J. McDermott2015-10-281-1/+1
* src/ui/tui.sh: New fileP. J. McDermott2015-10-282-1/+179
* term_getch(): FixP. J. McDermott2015-10-281-4/+6
* term_write(): New functionP. J. McDermott2015-10-281-0/+10