mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add IUTF8.
This commit is contained in:
@ -77,6 +77,7 @@ struct termios
|
|||||||
# define IXANY 0004000
|
# define IXANY 0004000
|
||||||
# define IUCLC 0010000
|
# define IUCLC 0010000
|
||||||
# define IMAXBEL 0020000
|
# define IMAXBEL 0020000
|
||||||
|
# define IUTF8 0040000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* c_oflag bits */
|
/* c_oflag bits */
|
||||||
|
@ -75,6 +75,7 @@ struct termios
|
|||||||
#define IXANY 0004000
|
#define IXANY 0004000
|
||||||
#define IXOFF 0010000
|
#define IXOFF 0010000
|
||||||
#define IMAXBEL 0020000
|
#define IMAXBEL 0020000
|
||||||
|
#define IUTF8 0040000
|
||||||
|
|
||||||
/* c_oflag bits */
|
/* c_oflag bits */
|
||||||
#define OPOST 0000001
|
#define OPOST 0000001
|
||||||
|
@ -73,6 +73,7 @@ struct termios
|
|||||||
#define IXANY 0004000 /* Any character will restart after stop. */
|
#define IXANY 0004000 /* Any character will restart after stop. */
|
||||||
#define IXOFF 0010000 /* Enable start/stop input control. */
|
#define IXOFF 0010000 /* Enable start/stop input control. */
|
||||||
#define IMAXBEL 0020000 /* Ring bell when input queue is full. */
|
#define IMAXBEL 0020000 /* Ring bell when input queue is full. */
|
||||||
|
#define IUTF8 0040000 /* Input is UTF8. */
|
||||||
|
|
||||||
/* c_oflag bits */
|
/* c_oflag bits */
|
||||||
#define OPOST 0000001 /* Perform output processing. */
|
#define OPOST 0000001 /* Perform output processing. */
|
||||||
|
@ -79,6 +79,7 @@ struct termios {
|
|||||||
#define IXANY 0004000
|
#define IXANY 0004000
|
||||||
#define IUCLC 0010000
|
#define IUCLC 0010000
|
||||||
#define IMAXBEL 0020000
|
#define IMAXBEL 0020000
|
||||||
|
#define IUTF8 0040000
|
||||||
|
|
||||||
/* c_oflag bits */
|
/* c_oflag bits */
|
||||||
#define OPOST 0000001
|
#define OPOST 0000001
|
||||||
|
@ -73,6 +73,7 @@ struct termios
|
|||||||
#define IXANY 0x00000800
|
#define IXANY 0x00000800
|
||||||
#define IXOFF 0x00001000
|
#define IXOFF 0x00001000
|
||||||
#define IMAXBEL 0x00002000
|
#define IMAXBEL 0x00002000
|
||||||
|
#define IUTF8 0x00004000
|
||||||
|
|
||||||
/* c_oflag bits */
|
/* c_oflag bits */
|
||||||
#define OPOST 0x00000001
|
#define OPOST 0x00000001
|
||||||
|
Reference in New Issue
Block a user