summaryrefslogtreecommitdiff
path: root/web/web_prompt.h
Commit message (Collapse)AuthorAgeFilesLines
* web: remove test match modes; prompt cleanupDavid Vazgenovich Shakaryan2022-05-221-1/+1
|
* web: reimplement menus as a stack with more shared codeDavid Vazgenovich Shakaryan2022-05-211-2/+1
|
* web: display comp name in throwing promptDavid Vazgenovich Shakaryan2022-05-181-2/+2
|
* web: allow selection of starting points and user to throw firstDavid Vazgenovich Shakaryan2022-05-091-0/+1
| | | | | | | This new option selection code is a bit messy for now. It requires the options and their order to be in sync between the prompt functions and the corresponding submit functions. There's also a bit too much repetition of generic code that's applicable to all options.
* web: dynamically generate (list-mode) keypad keysDavid Vazgenovich Shakaryan2022-05-091-10/+0
| | | | | This is currently only for match mode selection, but we'll reuse it to implement more menus.
* web: oi from cDavid Vazgenovich Shakaryan2022-05-031-0/+2
|
* web: buffer and flush promptDavid Vazgenovich Shakaryan2022-05-031-0/+5
|
* web: minor cleanup of prompt codeDavid Vazgenovich Shakaryan2022-05-021-3/+2
|
* web: move control logic to separate fileDavid Vazgenovich Shakaryan2022-05-021-0/+5
|
* web: split opts and prompt handlers into separate filesDavid Vazgenovich Shakaryan2022-05-021-0/+16
Currently using a bunch of forward declarations in prompt.c that should be cleaned up later.