mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-27 19:16:27 +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