mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 10:58:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
405bb8435c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user