Minor bits: fix an array size, add comment, make grid_cell_entry static.

This commit is contained in:
nicm
2017-02-22 09:01:32 +00:00
parent 8a0b279c31
commit 0414b1fc78
3 changed files with 3 additions and 2 deletions

View File

@ -232,7 +232,7 @@ key_string_lookup_string(const char *string)
const char *
key_string_lookup_key(key_code key)
{
static char out[24];
static char out[32];
char tmp[8];
u_int i;
struct utf8_data ud;