Add IUTF8.

This commit is contained in:
Ulrich Drepper 2004-03-31 08:53:29 +00:00
parent 2b89b1957d
commit 635d5fe388
2 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,7 @@ struct termios
# define IXANY 0004000
# define IUCLC 0010000
# define IMAXBEL 0020000
# define IUTF8 0040000
#endif
/* c_oflag bits */

View 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. */