about summary refs log tree commit diff stats
path: root/src/local/term.nim
Commit message (Collapse)AuthorAgeFilesLines
* term: use termcap for italic resetbptato2024-03-211-3/+7
|
* cell: update FormatFlag naming, remove useless templatesbptato2024-03-211-15/+15
|
* client: refactor inputbptato2024-03-181-41/+113
| | | | | * move mouse handling to term * do not use File for input just to disable buffering anyway
* client, pager: various file saving fixesbptato2024-03-161-2/+2
| | | | | | * do not immediately quit when all containers are gone * fix double saving bug * fix wrong "save to" string
* Move around some modulesbptato2024-03-141-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