Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | tui_show_prompt(): Handle KEY_BACKSPACE, KEY_DEL, KEY_SPACE | P. J. McDermott | 2015-10-28 | 1 | -0/+10 |
* | term_getch(): Handle KEY_BACKSPACE and KEY_DEL | P. J. McDermott | 2015-10-28 | 1 | -9/+26 |
* | tui_show_prompt(): Implement (line editing missing) | P. J. McDermott | 2015-10-28 | 1 | -1/+84 |
* | _tui_box(): Remove a printf | P. J. McDermott | 2015-10-28 | 1 | -1/+1 |
* | _tui_box(): Output position | P. J. McDermott | 2015-10-28 | 1 | -3/+7 |
* | term_getch(): Fix printable character handling | P. J. McDermott | 2015-10-28 | 1 | -3/+1 |
* | term_getch(): Fix KEY_ENTER detection | P. J. McDermott | 2015-10-28 | 1 | -1/+1 |
* | src/ui/tui.sh: New file | P. J. McDermott | 2015-10-28 | 2 | -1/+179 |
* | term_getch(): Fix | P. J. McDermott | 2015-10-28 | 1 | -4/+6 |
* | term_write(): New function | P. J. McDermott | 2015-10-28 | 1 | -0/+10 |
* | term_attr_reset(): New function | P. J. McDermott | 2015-10-28 | 1 | -0/+8 |
* | term_lines(), term_columns(): New functions | P. J. McDermott | 2015-10-28 | 1 | -0/+17 |
* | src/term.sh: New file | P. J. McDermott | 2015-10-28 | 2 | -0/+267 |
* | resume_ui(): Drop | P. J. McDermott | 2015-10-28 | 2 | -6/+1 |
* | main(): Replace show_menu() with an argument | P. J. McDermott | 2015-10-28 | 1 | -14/+22 |
* | do_update(): Call flashrom_write() | P. J. McDermott | 2015-10-28 | 1 | -1/+1 |
* | flashrom_write(): New function | P. J. McDermott | 2015-10-28 | 1 | -0/+31 |
* | config.sh.in: Fix ICH9GEN | P. J. McDermott | 2015-10-28 | 1 | -1/+1 |
* | do_update(): Call board_prepare_rom() | P. J. McDermott | 2015-10-28 | 1 | -2/+2 |
* | board_prepare_rom(): New function | P. J. McDermott | 2015-10-28 | 5 | -1/+37 |
* | src/board/ich9.sh: New file | P. J. McDermott | 2015-10-28 | 2 | -0/+82 |
* | rm_temp(): Remove recursively | P. J. McDermott | 2015-10-28 | 1 | -1/+1 |
* | dist_get_rom(): Sort keymaps | P. J. McDermott | 2015-10-28 | 2 | -4/+4 |
* | src/constants.sh: New file | P. J. McDermott | 2015-10-28 | 2 | -0/+21 |
* | do_update(): Call dist_get_rom() | P. J. McDermott | 2015-10-28 | 1 | -0/+8 |
* | dist_get_rom(): New function | P. J. McDermott | 2015-10-28 | 3 | -1/+339 |
* | get_temp_dir(): New function (again) | P. J. McDermott | 2015-10-28 | 1 | -0/+7 |
* | show_prompt(): New function | P. J. McDermott | 2015-10-28 | 2 | -1/+17 |
* | log_*(): Don't overwrite log file with each message | P. J. McDermott | 2015-10-28 | 1 | -4/+5 |
* | src/main.sh: Add -o option | P. J. McDermott | 2015-10-28 | 1 | -1/+5 |
* | cli_dbg(), cli_info(): Don't print messages | P. J. McDermott | 2015-10-28 | 1 | -8/+2 |
* | dbg(), info(), warn() err(): Call log_*() functions | P. J. McDermott | 2015-10-28 | 1 | -3/+4 |
* | src/log.sh: New file | P. J. McDermott | 2015-10-28 | 2 | -0/+77 |
* | Makefile.am: Check syntax of each source file | P. J. McDermott | 2015-10-28 | 1 | -1/+6 |
* | dist_*_get_versions(): Use dl() | P. J. McDermott | 2015-10-28 | 2 | -5/+3 |
* | dl(): Fix | P. J. McDermott | 2015-10-28 | 1 | -1/+1 |
* | src/temp.sh: Remove | P. J. McDermott | 2015-10-28 | 2 | -55/+0 |
* | main(): Use new temp dir functions | P. J. McDermott | 2015-10-28 | 1 | -2/+2 |
* | src/download.sh | P. J. McDermott | 2015-10-28 | 2 | -0/+86 |
* | config.sh.in: Add SHA512SUM | P. J. McDermott | 2015-10-28 | 1 | -0/+1 |
* | configure.ac: Find sha512sum utility | P. J. McDermott | 2015-10-28 | 1 | -0/+25 |
* | main(): Drop newline printf | P. J. McDermott | 2015-10-28 | 1 | -1/+0 |
* | cli_show_menu(): Print newline before returning | P. J. McDermott | 2015-10-28 | 1 | -0/+1 |
* | rand(): Don't automatically seed | P. J. McDermott | 2015-10-28 | 1 | -7/+0 |
* | main(): Initialize and finalize things | P. J. McDermott | 2015-10-28 | 1 | -0/+5 |
* | main(): Don't call exit | P. J. McDermott | 2015-10-28 | 1 | -1/+3 |
* | src/temp.sh: New file | P. J. McDermott | 2015-10-28 | 2 | -0/+55 |
* | ui/cli: Fix tty output | P. J. McDermott | 2015-10-28 | 1 | -11/+13 |
* | src/rand.sh: New file | P. J. McDermott | 2015-10-28 | 2 | -0/+45 |
* | do_update(): Split into multiple functions | P. J. McDermott | 2015-10-28 | 1 | -17/+47 |