aboutsummaryrefslogtreecommitdiff
path: root/screen-write.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-11-09 00:15:51 +0000
committerThomas Adam <thomas@xteddy.org>2014-11-09 00:15:51 +0000
commitfc05bf255af2a39a8168320455f79e7e6d9e915a (patch)
tree513fd3ba523bb758a8977f12618f667ad3a5247d /screen-write.c
parent747cab428158eada08a87a2c0e1ac917ba3293e1 (diff)
parent8f1302282b02f07e0868fbcdb79bb5404010ad4e (diff)
downloadrtmux-fc05bf255af2a39a8168320455f79e7e6d9e915a.tar.gz
rtmux-fc05bf255af2a39a8168320455f79e7e6d9e915a.tar.bz2
rtmux-fc05bf255af2a39a8168320455f79e7e6d9e915a.zip
Merge branch 'obsd-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 37e2b548..e38c9f53 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -795,8 +795,6 @@ screen_write_linefeed(struct screen_write_ctx *ctx, int wrapped)
gl = &s->grid->linedata[s->grid->hsize + s->cy];
if (wrapped)
gl->flags |= GRID_LINE_WRAPPED;
- else
- gl->flags &= ~GRID_LINE_WRAPPED;
if (s->cy == s->rlower)
grid_view_scroll_region_up(s->grid, s->rupper, s->rlower);