=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty-term.c,v retrieving revision 1.69 retrieving revision 1.70 diff -c -r1.69 -r1.70 *** src/usr.bin/tmux/tty-term.c 2019/11/28 09:56:25 1.69 --- src/usr.bin/tmux/tty-term.c 2020/01/12 21:07:07 1.70 *************** *** 1,4 **** ! /* $OpenBSD: tty-term.c,v 1.69 2019/11/28 09:56:25 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty-term.c,v 1.70 2020/01/12 21:07:07 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 538,544 **** * do the best possible. */ if (!tty_term_flag(term, TTYC_XENL)) ! term->flags |= TERM_EARLYWRAP; /* Generate ACS table. If none is present, use nearest ASCII. */ memset(term->acs, 0, sizeof term->acs); --- 538,544 ---- * do the best possible. */ if (!tty_term_flag(term, TTYC_XENL)) ! term->flags |= TERM_NOXENL; /* Generate ACS table. If none is present, use nearest ASCII. */ memset(term->acs, 0, sizeof term->acs);