diff termcodes.c @ 748:c8c791c5d83e

merge
author Matt Johnston <matt@ucc.asn.au>
date Wed, 03 Apr 2013 00:50:46 +0800
parents 2001bc3c9397
children 8aed91ebf3c7
line wrap: on
line diff
--- a/termcodes.c	Wed Apr 03 00:49:24 2013 +0800
+++ b/termcodes.c	Wed Apr 03 00:50:46 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},