Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update code style | bptato | 2024-04-17 | 1 | -6/+6 |
| | | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines | ||||
* | pager: simplify line editing | bptato | 2024-03-16 | 1 | -3/+3 |
| | | | | | * embed prompt string into enums * move pager.username to LineDataAuth | ||||
* | Move around some modules | bptato | 2024-03-14 | 1 | -0/+328 |
* extern -> gone, runproc absorbed by pager, others moved into io/ * display -> local/ (where else would we display?) * xhr -> html/ * move out WindowAttributes from term, so we don't depend on local from server |