BTW what do you think about converting st code to store characters in uchar instead of char to avoid these problems in the future and avoid manual conversions?
tsetchar should probably be fixed too. c[0] >= 0x41 && c[0] <= 0x7e works, but it is better to change type of `c' to uchar *.