mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-16 14:56:10 +00:00
surface propagates new config to renderer
This commit is contained in:
@@ -22,4 +22,7 @@ pub const Message = union(enum) {
|
||||
|
||||
/// Change the screen size.
|
||||
screen_size: renderer.ScreenSize,
|
||||
|
||||
/// The derived configuration to update the renderer with.
|
||||
change_config: renderer.Renderer.DerivedConfig,
|
||||
};
|
||||
|
Reference in New Issue
Block a user