about summary refs log tree commit diff stats
path: root/res/map/charwidth_gen.nim
Commit message (Collapse)AuthorAgeFilesLines
* strwidth, renderdocument: small refactoringbptato2024-03-031-130/+447
| | | | | | * put attrs pointer in state * simplify width() * use unsigned int as ptint to avoid UB
* charwidth: use ptint in controls calculationbptato2024-01-191-16/+16
| | | | int was incorrect
* charwidth: use pre-generated map filebptato2024-01-041-0/+196
Also for reducing compilation time.