Re: [dev] [st] [PATCH] Fix techo handling of control characters.

From: <noname_AT_inventati.org>
Date: Tue, 22 Apr 2014 23:03:58 +0400

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 *.
Received on Tue Apr 22 2014 - 21:03:58 CEST

This archive was generated by hypermail 2.3.0 : Tue Apr 22 2014 - 21:12:06 CEST