summaryrefslogtreecommitdiff
path: root/web/web_prompt.c
Commit message (Collapse)AuthorAgeFilesLines
* web: move control logic to separate fileDavid Vazgenovich Shakaryan2022-05-021-9/+48
|
* web: split opts and prompt handlers into separate filesDavid Vazgenovich Shakaryan2022-05-021-0/+168
Currently using a bunch of forward declarations in prompt.c that should be cleaned up later.