mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-01 23:51:46 -04:00
Update deps (specifically the forks of ratatui and ratatui-image)
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ impl Widget for Skip {
|
||||
fn render(self, area: ratatui::prelude::Rect, buf: &mut ratatui::prelude::Buffer) {
|
||||
for x in area.x..(area.x + area.width) {
|
||||
for y in area.y..(area.y + area.height) {
|
||||
buf.get_mut(x, y).skip = self.skip;
|
||||
buf[(x, y)].skip = self.skip;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user