about summary refs log tree commit diff stats
path: root/src/local/lineedit.nim
Commit message (Collapse)AuthorAgeFilesLines
* pager: simplify line editingbptato2024-03-161-3/+3
| | | | | * embed prompt string into enums * move pager.username to LineDataAuth
* Move around some modulesbptato2024-03-141-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