Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2019-03-29 00:02:36 +00:00
commit 405bb8435c

View File

@ -86,6 +86,9 @@ format_update_ranges(struct format_ranges *frs, struct screen *s, u_int offset,
continue;
}
fr->start -= start;
fr->end -= start;
fr->start += offset;
fr->end += offset;
}