diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-01-13 00:01:24 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-01-13 00:01:24 +0000 |
commit | 3e701309a4edb10b6092a4f4801fa50c3277afe9 (patch) | |
tree | 09103ae010da31bcf9ac86fba685a55bc7257105 /tty.c | |
parent | e9b129433121e5d029882981849f6b5547e52153 (diff) | |
parent | 381333c4a9fd521bee8a0287e648f0c6aeb96a0b (diff) | |
download | rtmux-3e701309a4edb10b6092a4f4801fa50c3277afe9.tar.gz rtmux-3e701309a4edb10b6092a4f4801fa50c3277afe9.tar.bz2 rtmux-3e701309a4edb10b6092a4f4801fa50c3277afe9.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |