Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: dynamically generate (list-mode) keypad keys | David Vazgenovich Shakaryan | 2022-05-09 | 1 | -10/+0 |
| | | | | | This is currently only for match mode selection, but we'll reuse it to implement more menus. | ||||
* | web: oi from c | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -0/+2 |
| | |||||
* | web: buffer and flush prompt | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -0/+5 |
| | |||||
* | web: minor cleanup of prompt code | David Vazgenovich Shakaryan | 2022-05-02 | 1 | -3/+2 |
| | |||||
* | web: move control logic to separate file | David Vazgenovich Shakaryan | 2022-05-02 | 1 | -0/+5 |
| | |||||
* | web: split opts and prompt handlers into separate files | David Vazgenovich Shakaryan | 2022-05-02 | 1 | -0/+16 |
Currently using a bunch of forward declarations in prompt.c that should be cleaned up later. |