From 8c632a3464628d11fa9c0554632b1b1c18b27bc2 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 18 Jan 2024 20:20:20 +0100 Subject: literally nobody will ever see this loading screen --- c_exec.go | 1 + 1 file changed, 1 insertion(+) (limited to 'c_exec.go') diff --git a/c_exec.go b/c_exec.go index 407c0f7..15b3a28 100644 --- a/c_exec.go +++ b/c_exec.go @@ -147,6 +147,7 @@ func c_format_cmd(host *HostNode, term string) { c_die("type not found", nil) } if len(term) > 0 { + // TODO: setsid if term == "$TERMINAL" { term = os.Getenv("TERMINAL") } -- cgit v1.2.3