mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
migrate termio.Options.LinuxCgroup to Command
This commit is contained in:
@ -413,7 +413,7 @@ pub fn init(
|
|||||||
@hasDecl(apprt.runtime.Surface, "cgroup"))
|
@hasDecl(apprt.runtime.Surface, "cgroup"))
|
||||||
rt_surface.cgroup()
|
rt_surface.cgroup()
|
||||||
else
|
else
|
||||||
termio.Options.linux_cgroup_default,
|
Command.linux_cgroup_default,
|
||||||
});
|
});
|
||||||
errdefer io.deinit();
|
errdefer io.deinit();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user