summaryrefslogtreecommitdiffstats
path: root/src/unicode-extra.c
Commit message (Collapse)AuthorAgeFilesLines
* no idea why i was using ssize_t hereJesse Luehrs2016-05-121-2/+2
|
* bail out quickly hereJesse Luehrs2016-05-061-0/+4
| | | | | this way, BMP characters (which will be the vast, vast majority) spend very little time checking, rather than having to do a full binary search
* stop using gunichar hereJesse Luehrs2016-05-041-5/+6
| | | | | it makes compilation more complicated, since it makes vt100.h require knowing about the glib headers
* recognize most emoji as wideJesse Luehrs2016-05-031-0/+95