Skip to content
Snippets Groups Projects
Commit a6eb8249 authored by Matt Johnston's avatar Matt Johnston
Browse files

add IUTF8

parent dcd1527a
No related merge requests found
...@@ -107,8 +107,14 @@ const struct TermCode termcodes[MAX_TERMCODE+1] = { ...@@ -107,8 +107,14 @@ const struct TermCode termcodes[MAX_TERMCODE+1] = {
#else #else
{0, 0}, {0, 0},
#endif #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}, {0, 0},
#endif
{0, 0}, /* 43 */
{0, 0}, {0, 0},
{0, 0}, {0, 0},
{0, 0}, {0, 0},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment