about summary refs log tree commit diff stats
path: root/src/utils/proptable.nim
Commit message (Collapse)AuthorAgeFilesLines
* Update code stylebptato2024-04-171-2/+2
| | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines
* 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.