=== modified file 'demo.c' --- demo.c 2014-01-23 23:56:41 +0000 +++ demo.c 2012-11-30 16:34:47 +0000 @@ -46,11 +46,6 @@ exit(1); } - if(termkey_get_flags(tk) & TERMKEY_FLAG_UTF8) - printf("Termkey in UTF-8 mode\n"); - else if(termkey_get_flags(tk) & TERMKEY_FLAG_RAW) - printf("Termkey in RAW mode\n"); - TermKeyResult ret; TermKeyKey key; @@ -86,7 +81,7 @@ printf("Unrecognised CSI %c %ld;%ld %c%c\n", (char)(command >> 8), args[0], args[1], (char)(command >> 16), (char)command); } else { - printf("Key %s\n", buffer); + printf("%s\n", buffer); } if(key.type == TERMKEY_TYPE_UNICODE &&