=== modified file 'termkey.c' --- termkey.c 2011-03-31 13:07:55 +0000 +++ termkey.c 2011-03-31 10:08:43 +0000 @@ -1001,8 +1001,6 @@ switch(key->type) { case TERMKEY_TYPE_UNICODE: - if(!key->utf8[0]) // In case of user-supplied key structures - fill_utf8(key); l = snprintf(buffer + pos, len - pos, "%s", key->utf8); break; case TERMKEY_TYPE_KEYSYM: