mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
parent
55ba60441f
commit
14a76ec5c7
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)) {
|
||||
self.raw[*line].reset(&self.template_row);
|
||||
self.raw[line].reset(&self.template_row);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue