aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-05-10 22:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2017-05-10 22:01:13 +0100
commit6d961d672dea3297a6d0b5045b8869336a2ba174 (patch)
tree4f276518b7208c7d62d4abdcd5dad51832057879 /tty.c
parent247ec2ad88d5e922882f94ce1e878816bfe3c7ad (diff)
parent8ab2753521dfa475d3b284a34752f2d5bbe5c74e (diff)
downloadrtmux-6d961d672dea3297a6d0b5045b8869336a2ba174.tar.gz
rtmux-6d961d672dea3297a6d0b5045b8869336a2ba174.tar.bz2
rtmux-6d961d672dea3297a6d0b5045b8869336a2ba174.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tty.c b/tty.c
index a1219069..5fb56148 100644
--- a/tty.c
+++ b/tty.c
@@ -789,6 +789,7 @@ tty_clear_line(struct tty *tty, const struct window_pane *wp, u_int py,
}
/* Couldn't use an escape sequence, use spaces. */
+ tty_cursor(tty, px, py);
tty_repeat_space(tty, nx);
}