terminal: erase complete deletes kitty images again

This commit is contained in:
Mitchell Hashimoto
2024-03-09 14:43:20 -08:00
parent ae19a424fc
commit bf79c040ce

View File

@ -1788,8 +1788,11 @@ pub fn eraseDisplay(
self.screen.cursor.pending_wrap = false; self.screen.cursor.pending_wrap = false;
// Clear all Kitty graphics state for this screen // Clear all Kitty graphics state for this screen
// TODO self.screen.kitty_images.delete(
//self.screen.kitty_images.delete(alloc, self, .{ .all = true }); self.screen.alloc,
self,
.{ .all = true },
);
}, },
.below => { .below => {