mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 04:27:00 +00:00
Fix offset of list ranges.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user