aboutsummaryrefslogtreecommitdiff
path: root/src/wcwidth.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(wcwidth): add a generator for width rangesThijs Schreijer2 days1-217/+28
| | | | | The generator script will parse official unicode data to create the actual ranges for 0, double, and ambiguous width characters.
* add example for reading a line from the terminal, non-blockingThijs Schreijer2024-05-201-0/+285
Handles utf8, and character width