mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
parent
f463816162
commit
4333b2fb19
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ impl<T: Copy + Clone> Grid<T> {
|
||||||
}
|
}
|
||||||
|
|
||||||
for line in IndexRange(region.start .. (region.start + positions)) {
|
for line in IndexRange(region.start .. (region.start + positions)) {
|
||||||
self.raw[*line].reset(&self.template_row);
|
self.raw[line].reset(&self.template_row);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue