summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* dist_*_get_versions(): Use dl()P. J. McDermott2015-10-282-5/+3
* dl(): FixP. J. McDermott2015-10-281-1/+1
* src/temp.sh: RemoveP. J. McDermott2015-10-282-55/+0
* main(): Use new temp dir functionsP. J. McDermott2015-10-281-2/+2
* src/download.shP. J. McDermott2015-10-282-0/+86
* main(): Drop newline printfP. J. McDermott2015-10-281-1/+0
* cli_show_menu(): Print newline before returningP. J. McDermott2015-10-281-0/+1
* rand(): Don't automatically seedP. J. McDermott2015-10-281-7/+0
* main(): Initialize and finalize thingsP. J. McDermott2015-10-281-0/+5
* main(): Don't call exitP. J. McDermott2015-10-281-1/+3
* src/temp.sh: New fileP. J. McDermott2015-10-282-0/+55
* ui/cli: Fix tty outputP. J. McDermott2015-10-281-11/+13
* src/rand.sh: New fileP. J. McDermott2015-10-282-0/+45
* do_update(): Split into multiple functionsP. J. McDermott2015-10-281-17/+47
* ui/cli: Write all output to terminalP. J. McDermott2015-10-281-4/+4
* do_update(): Add version selectionP. J. McDermott2015-10-271-0/+9