mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
terminal: eraseDisplay complete needs to delete kitty images
This commit is contained in:
@ -1793,8 +1793,11 @@ pub fn eraseDisplay(
|
||||
self.screen.cursor.pending_wrap = false;
|
||||
|
||||
// Clear all Kitty graphics state for this screen
|
||||
// TODO
|
||||
// self.screen.kitty_images.delete(alloc, self, .{ .all = true });
|
||||
self.screen.kitty_images.delete(
|
||||
self.screen.alloc,
|
||||
self,
|
||||
.{ .all = true },
|
||||
);
|
||||
},
|
||||
|
||||
.complete => {
|
||||
|
Reference in New Issue
Block a user