diff options
Diffstat (limited to 'bin/stty/print.c')
-rw-r--r-- | bin/stty/print.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/bin/stty/print.c b/bin/stty/print.c index a76cd46b765e..d7ab2abbcf14 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -27,14 +27,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; -#endif -#endif /* not lint */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <stddef.h> @@ -129,6 +121,7 @@ print(struct termios *tp, struct winsize *wp, int ldisc, enum FMT fmt) put("-inpck", INPCK, 0); put("-ignpar", IGNPAR, 0); put("-parmrk", PARMRK, 0); + put("-iutf8", IUTF8, 1); /* output flags */ tmp = tp->c_oflag; |