aboutsummaryrefslogtreecommitdiff
path: root/screen-write.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-12-07 10:01:20 +0000
committerThomas Adam <thomas@xteddy.org>2020-12-07 10:01:20 +0000
commitcaf096394b3a155f904216dbf4d563c8ff7735b9 (patch)
tree8ffae2acdf456ca998fde164bb20a2dcfaba2105 /screen-write.c
parente288ea153ceffe42d88975fc23196c5dc3aeae5d (diff)
parentf6095cad993293ec0f1988c1f6ae22921f9d2b2e (diff)
downloadrtmux-caf096394b3a155f904216dbf4d563c8ff7735b9.tar.gz
rtmux-caf096394b3a155f904216dbf4d563c8ff7735b9.tar.bz2
rtmux-caf096394b3a155f904216dbf4d563c8ff7735b9.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'screen-write.c')
-rw-r--r--screen-write.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/screen-write.c b/screen-write.c
index ab6a020c..92f1aa39 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -1240,8 +1240,6 @@ screen_write_linefeed(struct screen_write_ctx *ctx, int wrapped, u_int bg)
gl = grid_get_line(gd, gd->hsize + s->cy);
if (wrapped)
gl->flags |= GRID_LINE_WRAPPED;
- else
- gl->flags &= ~GRID_LINE_WRAPPED;
log_debug("%s: at %u,%u (region %u-%u)", __func__, s->cx, s->cy,
s->rupper, s->rlower);