5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2024-12-22 13:34:06 +03:00
Go to file
Dominik Csapak 6d378df57f check range for utf8 characters
since we load the font from psf1 files, the highest utf8 codepoint we
have a fontmap for is 0xFFFF, so we use an unsigned short for the
character

but since we parse utf8 for up to 6 bytes we have to check the range, or
else we can get garbled output

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-03-09 10:21:43 +01:00
debian bump version to 2.0-2 2017-01-31 13:50:12 +01:00
.gitignore add .gitignore file 2013-09-12 11:08:02 +02:00
auth-pve.c implement command line options using getopt 2013-10-25 13:31:16 +02:00
copyright add copyright (GPLv2) 2013-09-11 12:11:43 +02:00
event_loop.c use SASL for auth, always use TLS 2013-10-23 10:58:24 +02:00
event_loop.h cleanup debugging code 2013-09-11 12:56:28 +02:00
genfont.c change font load order 2013-10-29 13:20:59 +01:00
genkeysym.pl use kvm keymap files 2013-10-29 09:45:21 +01:00
glyphs.h change font load order 2013-10-29 13:20:59 +01:00
input.c window client send CONTROL_L/ALTGR instead of simple ALTGR 2013-12-11 11:46:15 +01:00
keysyms.h use kvm keymap files 2013-10-29 09:45:21 +01:00
Makefile drop gthread dependency 2017-02-07 15:41:52 +01:00
screen.c change TLS cipher suite to 'HIGH' 2017-01-31 13:36:31 +01:00
spiceterm.c check range for utf8 characters 2017-03-09 10:21:43 +01:00
spiceterm.h updates for debian jessie 2015-02-27 16:40:45 +01:00
spiceterm.pod improve manual page 2013-10-31 08:05:50 +01:00
translations.h cleanup/merge header files 2013-09-11 07:44:47 +02:00