aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2017-08-30 16:27:29 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2017-08-30 16:39:23 +0200
commit578091f051541ffcd68fb755641fd7c45e28977c (patch)
tree8a02c2ec5c1ac9109076d5bee6c80d553d9c7f8b /.travis.yml
parent8544e4a57016e370a25bb7038cc3ef11c81eb9c3 (diff)
downloadcalcurse-578091f051541ffcd68fb755641fd7c45e28977c.tar.gz
calcurse-578091f051541ffcd68fb755641fd7c45e28977c.zip
Add support for UTF-8 key bindings
A new function keys_wgetch() reads full UTF-8 characters instead of single ASCII characters only. Key bindings for regular ASCII characters are stored in a hash map while the actions of keys with higher code points are stored in a linked list for space efficiency. The key serialization methods are updated to handle UTF-8 characters as well; extended UTF-8 characters (characters not in the ASCII range) are serialized by using the hexadecimal representation of the corresponding code points (e.g. "U+00E4"). Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions