about summary refs log tree commit diff stats
path: root/src/local/select.nim
Commit message (Collapse)AuthorAgeFilesLines
* Remove newFormatbptato2024-01-231-2/+2
| | | | Pointless; it just returned a default zero-initialized object.
* Various fixesbptato2023-12-131-2/+2
| | | | | | | * Makefile: fix parallel build, add new binaries to install target * twtstr: split out libunicode-related stuff to luwrap * config: quote default gopher2html URL env var for unquote * adapter/: get rid of types/url dependency, use CURL url in all cases
* break up twtstr somewhatbptato2023-12-131-0/+1
| | | | | Avoid computing e.g. charwidth data for http which does not need it at all.
* move around more modulesbptato2023-09-141-2/+2
| | | | | | | | | | * ips -> io/ * loader related stuff -> loader/ * tempfile -> extern/ * buffer, forkserver -> server/ * lineedit, window -> display/ * cell -> types/ * opt -> types/
* move some modules to local/bptato2023-09-141-0/+306
makes a bit more sense than the previous arrangement