aboutsummaryrefslogtreecommitdiffstats
path: root/c_exec.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-18 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-18 20:20:20 +0100
commit8c632a3464628d11fa9c0554632b1b1c18b27bc2 (patch)
tree9580c86ec62ce028dcf3175f120e99acb1187c0d /c_exec.go
parentnobody will every see this (diff)
downloadhardflip-8c632a3464628d11fa9c0554632b1b1c18b27bc2.tar.gz
hardflip-8c632a3464628d11fa9c0554632b1b1c18b27bc2.tar.bz2
hardflip-8c632a3464628d11fa9c0554632b1b1c18b27bc2.tar.xz
hardflip-8c632a3464628d11fa9c0554632b1b1c18b27bc2.tar.zst
hardflip-8c632a3464628d11fa9c0554632b1b1c18b27bc2.zip
literally nobody will ever see this loading screen
Diffstat (limited to 'c_exec.go')
-rw-r--r--c_exec.go1
1 files changed, 1 insertions, 0 deletions
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")
}