about summary refs log tree commit diff stats
path: root/src/utils/proptable.nim
Commit message (Collapse)AuthorAgeFilesLines
* strwidth, renderdocument: small refactoringbptato2024-03-031-8/+6
| | | | | | * put attrs pointer in state * simplify width() * use unsigned int as ptint to avoid UB
* charwidth: use pre-generated map filebptato2024-01-041-0/+40
Also for reducing compilation time.