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"))
|
||||
rt_surface.cgroup()
|
||||
else
|
||||
termio.Options.linux_cgroup_default,
|
||||
Command.linux_cgroup_default,
|
||||
});
|
||||
errdefer io.deinit();
|
||||
|
||||
|
Reference in New Issue
Block a user