about summary refs log tree commit diff stats
path: root/src/io/tempfile.nim
Commit message (Collapse)AuthorAgeFilesLines
* Move around some modulesbptato2024-03-141-0/+18
| | | | | | | | * 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
* move around more modulesbptato2023-09-141-18/+0
| | | | | | | | | | * ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-0/+18
* add mailcap: works with copiousoutput, needsterminal, etc. * add mime.types (only works with mailcap) * refactor pipeBuffer * remove "dispatcher" * fix bug in directory display where baseurl would not be used