aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-01-13 00:01:24 +0000
committerThomas Adam <thomas@xteddy.org>2020-01-13 00:01:24 +0000
commit3e701309a4edb10b6092a4f4801fa50c3277afe9 (patch)
tree09103ae010da31bcf9ac86fba685a55bc7257105 /tty.c
parente9b129433121e5d029882981849f6b5547e52153 (diff)
parent381333c4a9fd521bee8a0287e648f0c6aeb96a0b (diff)
downloadrtmux-3e701309a4edb10b6092a4f4801fa50c3277afe9.tar.gz
rtmux-3e701309a4edb10b6092a4f4801fa50c3277afe9.tar.bz2
rtmux-3e701309a4edb10b6092a4f4801fa50c3277afe9.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tty.c b/tty.c
index c9843e90..2d4b4cc0 100644
--- a/tty.c
+++ b/tty.c
@@ -327,7 +327,7 @@ tty_start_tty(struct tty *tty)
tty->flags |= TTY_FOCUS;
tty_puts(tty, "\033[?1004h");
}
- tty_puts(tty, "\033[c");
+ tty_puts(tty, "\033[c\033[1337n");
}
tty->flags |= TTY_STARTED;