]> sourceware.org Git - glibc.git/commitdiff
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 0abe34f596e484649c817f7e8ca0a8d60cd5ebf6..f26e84c9f6e1a93a608508b2b7c0037a02728f62 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 7eaf71aad659067c9aa69211eb12d9d6922d45d6..1b71f60faf889e2cd46bae4d03cbb1119d30ca46 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 546faa020ed2763c9dd5b9665c62a5dc3d2fb74d..4ff6e37ad6a91be28a8318056566c8286fe4044a 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 58c9882a5e632cf96104b1e6f4161af7ba7742ba..0a05d45bf2182180d8058f48c69a73588b3e841a 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 409ed233d61e6a01bc0b0f0ea7054c528fc20d5c..16f76dfa54c5090d7e4a77398add6c1ad74ccb5c 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
This page took 0.047723 seconds and 5 git commands to generate.