mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-20 10:46:07 +03:00
core: add todo for next time
This commit is contained in:
@ -988,6 +988,7 @@ pub fn setFontSize(self: *Surface, size: font.face.DesiredSize) void {
|
|||||||
}, .{ .forever = {} });
|
}, .{ .forever = {} });
|
||||||
|
|
||||||
// Once we've sent the key we can replace our key
|
// Once we've sent the key we can replace our key
|
||||||
|
// TODO(fontmem): we should not store this anymore
|
||||||
self.font_grid_key = font_grid_key;
|
self.font_grid_key = font_grid_key;
|
||||||
|
|
||||||
// Schedule render which also drains our mailbox
|
// Schedule render which also drains our mailbox
|
||||||
|
Reference in New Issue
Block a user