# HG changeset patch # User Matt Johnston # Date 1364901073 -28800 # Node ID 2001bc3c93972d107a73af93e29dc421015cbe91 # Parent 7deb6fda13190b5aed700ae564cdeabdde38cd22 add IUTF8 diff -r 7deb6fda1319 -r 2001bc3c9397 termcodes.c --- a/termcodes.c Tue Apr 02 18:59:00 2013 +0800 +++ b/termcodes.c Tue Apr 02 19:11:13 2013 +0800 @@ -107,8 +107,14 @@ #else {0, 0}, #endif - {0, 0}, /* 42 */ + /* IUTF8 isn't standardised in rfc4254 but is likely soon. + * Implemented by linux and darwin */ +#ifdef IUTF8 + {IUTF8, TERMCODE_INPUT}, +#else {0, 0}, +#endif + {0, 0}, /* 43 */ {0, 0}, {0, 0}, {0, 0},