summaryrefslogtreecommitdiff
path: root/ttymodes.h
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2016-05-03 09:03:49 +0000
committerDarren Tucker <dtucker@zip.com.au>2016-05-03 20:04:42 +1000
commit7f3d76319a69dab2efe3a520a8fef5b97e923636 (patch)
tree765a8f3219fb656901d38ae00fa1df0dfd7380db /ttymodes.h
parent31bc01c05d9f51bee3ebe33dc57c4fafb059fb62 (diff)
downloadopenssh-git-7f3d76319a69dab2efe3a520a8fef5b97e923636.tar.gz
upstream commit
Implement IUTF8 as per draft-sgtatham-secsh-iutf8-00. Patch from Simon Tatham, ok markus@ Upstream-ID: 58268ebdf37d9d467f78216c681705a5e10c58e8
Diffstat (limited to 'ttymodes.h')
-rw-r--r--ttymodes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ttymodes.h b/ttymodes.h
index 4d848fe3..14e177ce 100644
--- a/ttymodes.h
+++ b/ttymodes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ttymodes.h,v 1.14 2006/03/25 22:22:43 djm Exp $ */
+/* $OpenBSD: ttymodes.h,v 1.15 2016/05/03 09:03:49 dtucker Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -127,6 +127,9 @@ TTYMODE(IXOFF, c_iflag, 40)
#ifdef IMAXBEL
TTYMODE(IMAXBEL,c_iflag, 41)
#endif /* IMAXBEL */
+#ifdef IUTF8
+TTYMODE(IUTF8, c_iflag, 42)
+#endif /* IUTF8 */
TTYMODE(ISIG, c_lflag, 50)
TTYMODE(ICANON, c_lflag, 51)