mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-21 19:26:09 +03:00
terminal: erase complete deletes kitty images again
This commit is contained in:
@ -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 => {
|
||||||
|
Reference in New Issue
Block a user