aboutsummaryrefslogtreecommitdiff
path: root/tty-term.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-01-12 22:01:26 +0000
committerThomas Adam <thomas@xteddy.org>2020-01-12 22:01:26 +0000
commite9b129433121e5d029882981849f6b5547e52153 (patch)
tree1e5d37a7e97ad0d0f391628534a3530b3a3ba590 /tty-term.c
parent61b075a26342a5ea1b2a351ad659c7198cd23c09 (diff)
parent193e637de050e3757698812e9a87b869c87def6c (diff)
downloadrtmux-e9b129433121e5d029882981849f6b5547e52153.tar.gz
rtmux-e9b129433121e5d029882981849f6b5547e52153.tar.bz2
rtmux-e9b129433121e5d029882981849f6b5547e52153.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty-term.c b/tty-term.c
index 3ac9bc6c..085ad933 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -544,7 +544,7 @@ tty_term_find(char *name, int fd, char **cause)
* do the best possible.
*/
if (!tty_term_flag(term, TTYC_XENL))
- term->flags |= TERM_EARLYWRAP;
+ term->flags |= TERM_NOXENL;
/* Generate ACS table. If none is present, use nearest ASCII. */
memset(term->acs, 0, sizeof term->acs);