summaryrefslogtreecommitdiffstats
path: root/src/unicode-extra.c
Commit message (Collapse)AuthorAgeFilesLines
* actually, remove the wide emoji hacks entirelyJesse Luehrs2017-01-261-99/+2
| | | | | they have been folded into modern versions of glib (>= 2.50.1) as part of unicode 9.0.0
* allow specifying whether or not emoji are wideJesse Luehrs2017-01-251-5/+6
| | | | vim says yes, weechat says no ¯\_(ツ)_/¯
* properly handle zero width charactersJesse Luehrs2016-06-041-1/+23
|
* 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