about summary refs log tree commit diff stats
path: root/src/data/charwidth.nim
Commit message (Collapse)AuthorAgeFilesLines
* charwidth: use pre-generated map filebptato2024-01-041-42/+0
| | | | Also for reducing compilation time.
* Fix 'F' missing from fullwidth chars + display bugsbptato2023-06-091-1/+1
|
* Update character width rangesbptato2023-02-051-0/+42
Use the Unicode 15 EastAsianWidth.txt file instead of an ancient wcwidth implementation's ranges.