mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 03:25:50 +00:00
preserve multi-line formatting
This commit is contained in:
@@ -3208,7 +3208,11 @@ pub const Surface = extern struct {
|
||||
errdefer app.core().deleteSurface(self.rt());
|
||||
|
||||
// Initialize our surface configuration.
|
||||
var config = try apprt.surface.newConfig(app.core(), priv.config.?.get(), priv.context);
|
||||
var config = try apprt.surface.newConfig(
|
||||
app.core(),
|
||||
priv.config.?.get(),
|
||||
priv.context,
|
||||
);
|
||||
defer config.deinit();
|
||||
|
||||
// Properties that can impact surface init
|
||||
|
||||
Reference in New Issue
Block a user