aboutsummaryrefslogtreecommitdiff
path: root/src/wcwidth.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(wcwidth): add a generator for width rangesThijs Schreijer2 days1-3/+4
| | | | | The generator script will parse official unicode data to create the actual ranges for 0, double, and ambiguous width characters.
* fix(term): headers on yet another MinGW version (#30)Thijs Schreijer2024-07-111-0/+1
|
* add example for reading a line from the terminal, non-blockingThijs Schreijer2024-05-201-0/+21
Handles utf8, and character width