diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-05-10 22:01:13 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-05-10 22:01:13 +0100 |
commit | 6d961d672dea3297a6d0b5045b8869336a2ba174 (patch) | |
tree | 4f276518b7208c7d62d4abdcd5dad51832057879 /tty.c | |
parent | 247ec2ad88d5e922882f94ce1e878816bfe3c7ad (diff) | |
parent | 8ab2753521dfa475d3b284a34752f2d5bbe5c74e (diff) | |
download | rtmux-6d961d672dea3297a6d0b5045b8869336a2ba174.tar.gz rtmux-6d961d672dea3297a6d0b5045b8869336a2ba174.tar.bz2 rtmux-6d961d672dea3297a6d0b5045b8869336a2ba174.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |