comparison termcodes.c @ 773:a9f2a6ae4eb5

merge
author Matt Johnston <matt@ucc.asn.au>
date Sun, 14 Apr 2013 22:49:19 +0800
parents 2001bc3c9397
children 8aed91ebf3c7
comparison
equal deleted inserted replaced
772:7fc0aeada79c 773:a9f2a6ae4eb5
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},