summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | Also simplify invalid key code handling.
* 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
|
* term_attr_reset(): New functionP. J. McDermott2015-10-281-0/+8
|
* term_lines(), term_columns(): New functionsP. J. McDermott2015-10-281-0/+17
|
* src/term.sh: New fileP. J. McDermott2015-10-282-0/+267
|
* resume_ui(): DropP. J. McDermott2015-10-282-6/+1
| | | | | We won't temporarily leave the UI to run a shell as originally planned, so this function won't be necessary.
* main(): Replace show_menu() with an argumentP. J. McDermott2015-10-281-14/+22
|
* do_update(): Call flashrom_write()P. J. McDermott2015-10-281-1/+1
|
* flashrom_write(): New functionP. J. McDermott2015-10-281-0/+31
|
* config.sh.in: Fix ICH9GENP. J. McDermott2015-10-281-1/+1
|
* do_update(): Call board_prepare_rom()P. J. McDermott2015-10-281-2/+2
|
* board_prepare_rom(): New functionP. J. McDermott2015-10-285-1/+37
|
* src/board/ich9.sh: New fileP. J. McDermott2015-10-282-0/+82
|
* rm_temp(): Remove recursivelyP. J. McDermott2015-10-281-1/+1
|
* dist_get_rom(): Sort keymapsP. J. McDermott2015-10-282-4/+4
|
* src/constants.sh: New fileP. J. McDermott2015-10-282-0/+21
|
* do_update(): Call dist_get_rom()P. J. McDermott2015-10-281-0/+8
|
* dist_get_rom(): New functionP. J. McDermott2015-10-283-1/+339
|
* get_temp_dir(): New function (again)P. J. McDermott2015-10-281-0/+7
|
* show_prompt(): New functionP. J. McDermott2015-10-282-1/+17
|
* log_*(): Don't overwrite log file with each messageP. J. McDermott2015-10-281-4/+5
|
* src/main.sh: Add -o optionP. J. McDermott2015-10-281-1/+5
|
* cli_dbg(), cli_info(): Don't print messagesP. J. McDermott2015-10-281-8/+2
|
* dbg(), info(), warn() err(): Call log_*() functionsP. J. McDermott2015-10-281-3/+4
|
* src/log.sh: New fileP. J. McDermott2015-10-282-0/+77
|
* Makefile.am: Check syntax of each source fileP. J. McDermott2015-10-281-1/+6
|
* dist_*_get_versions(): Use dl()P. J. McDermott2015-10-282-5/+3
|