mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-06 18:06:33 +00:00
renderer: font size changed event, OpenGL impl
This commit is contained in:
@@ -275,6 +275,10 @@ fn drainMailbox(self: *Thread) !void {
|
||||
_ = try self.cursor_h.again();
|
||||
}
|
||||
},
|
||||
|
||||
.font_size => |size| {
|
||||
try self.renderer.setFontSize(size);
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user