aboutsummaryrefslogtreecommitdiff
path: root/screen-write.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-11-09 10:01:27 +0000
committerThomas Adam <thomas@xteddy.org>2020-11-09 10:01:27 +0000
commit5ddbf0c91839e76a3db72f184950928818c4b02d (patch)
tree2323435b1f3d4ea58d349e0c54047db1d8066431 /screen-write.c
parent72c46aa15e50ef6391ab3fe6e230ed3abc9485b0 (diff)
parent61e55fa50dc7119a8c88bb385e615a8e6c8d6a85 (diff)
downloadrtmux-5ddbf0c91839e76a3db72f184950928818c4b02d.tar.gz
rtmux-5ddbf0c91839e76a3db72f184950928818c4b02d.tar.bz2
rtmux-5ddbf0c91839e76a3db72f184950928818c4b02d.zip
Merge branch 'obsd-master'
Diffstat (limited to 'screen-write.c')
-rw-r--r--screen-write.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c
index c9c61086..ab6a020c 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -1551,7 +1551,6 @@ screen_write_collect_flush(struct screen_write_ctx *ctx, int scroll_only,
TAILQ_FOREACH_SAFE(ci, &cl->items, entry, tmp) {
screen_write_set_cursor(ctx, ci->x, y);
if (ci->type == CLEAR_END) {
- log_debug("XXX %u %u", ci->x, ci->bg);
screen_write_initctx(ctx, &ttyctx, 1);
ttyctx.bg = ci->bg;
tty_write(tty_cmd_clearendofline, &ttyctx);