Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | term: use termcap for italic reset | bptato | 2024-03-21 | 1 | -3/+7 |
| | |||||
* | cell: update FormatFlag naming, remove useless templates | bptato | 2024-03-21 | 1 | -15/+15 |
| | |||||
* | client: refactor input | bptato | 2024-03-18 | 1 | -41/+113 |
| | | | | | * move mouse handling to term * do not use File for input just to disable buffering anyway | ||||
* | client, pager: various file saving fixes | bptato | 2024-03-16 | 1 | -2/+2 |
| | | | | | | * do not immediately quit when all containers are gone * fix double saving bug * fix wrong "save to" string | ||||
* | Move around some modules | bptato | 2024-03-14 | 1 | -0/+899 |
* 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 |