Add IUTF8.
authorUlrich Drepper <drepper@redhat.com>
Wed, 31 Mar 2004 08:53:30 +0000 (08:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 31 Mar 2004 08:53:30 +0000 (08:53 +0000)
sysdeps/unix/sysv/linux/alpha/bits/termios.h
sysdeps/unix/sysv/linux/bits/termios.h
sysdeps/unix/sysv/linux/mips/bits/termios.h
sysdeps/unix/sysv/linux/powerpc/bits/termios.h
sysdeps/unix/sysv/linux/sparc/bits/termios.h

index 0abe34f..f26e84c 100644 (file)
@@ -77,6 +77,7 @@ struct termios
 # define IXANY         0004000
 # define IUCLC         0010000
 # define IMAXBEL       0020000
+# define IUTF8         0040000
 #endif
 
 /* c_oflag bits */
index 7eaf71a..1b71f60 100644 (file)
@@ -75,6 +75,7 @@ struct termios
 #define IXANY  0004000
 #define IXOFF  0010000
 #define IMAXBEL        0020000
+#define IUTF8  0040000
 
 /* c_oflag bits */
 #define OPOST  0000001
index 546faa0..4ff6e37 100644 (file)
@@ -73,6 +73,7 @@ struct termios
 #define IXANY  0004000         /* Any character will restart after stop.  */
 #define IXOFF  0010000         /* Enable start/stop input control.  */
 #define IMAXBEL 0020000                /* Ring bell when input queue is full.  */
+#define IUTF8  0040000         /* Input is UTF8.  */
 
 /* c_oflag bits */
 #define OPOST  0000001         /* Perform output processing.  */
index 58c9882..0a05d45 100644 (file)
@@ -79,6 +79,7 @@ struct termios {
 #define IXANY  0004000
 #define IUCLC  0010000
 #define IMAXBEL        0020000
+#define IUTF8  0040000
 
 /* c_oflag bits */
 #define OPOST  0000001
index 409ed23..16f76df 100644 (file)
@@ -73,6 +73,7 @@ struct termios
 #define IXANY  0x00000800
 #define IXOFF  0x00001000
 #define IMAXBEL        0x00002000
+#define IUTF8  0x00004000
 
 /* c_oflag bits */
 #define OPOST  0x00000001