comparison termcodes.c @ 738:2001bc3c9397

add IUTF8
author Matt Johnston <matt@ucc.asn.au>
date Tue, 02 Apr 2013 19:11:13 +0800
parents 2877c5a02d7c
children 8aed91ebf3c7
comparison
equal deleted inserted replaced
737:7deb6fda1319 738:2001bc3c9397
105 #ifdef IMAXBEL 105 #ifdef IMAXBEL
106 {IMAXBEL, TERMCODE_INPUT}, 106 {IMAXBEL, TERMCODE_INPUT},
107 #else 107 #else
108 {0, 0}, 108 {0, 0},
109 #endif 109 #endif
110 {0, 0}, /* 42 */ 110 /* IUTF8 isn't standardised in rfc4254 but is likely soon.
111 * Implemented by linux and darwin */
112 #ifdef IUTF8
113 {IUTF8, TERMCODE_INPUT},
114 #else
111 {0, 0}, 115 {0, 0},
116 #endif
117 {0, 0}, /* 43 */
112 {0, 0}, 118 {0, 0},
113 {0, 0}, 119 {0, 0},
114 {0, 0}, 120 {0, 0},
115 {0, 0}, 121 {0, 0},
116 {0, 0}, 122 {0, 0},