summaryrefslogtreecommitdiff
path: root/st/st.c
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-22 14:11:23 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-22 14:11:23 +0900
commit5a1ab245ebdcc105439507dccd78e9e8e5505039 (patch)
treebc938f6979d5544c097290987e3473f09e406b8a /st/st.c
parent5949803466744dbb8296a8bcc3538e4c8532c9f9 (diff)
modified st/config.def.h, modified st/st.c
Diffstat (limited to 'st/st.c')
-rw-r--r--st/st.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/st/st.c b/st/st.c
index 1146a13..5c269e4 100644
--- a/st/st.c
+++ b/st/st.c
@@ -1251,7 +1251,8 @@ newterm(const Arg* a)
_exit(0);
}
default:
- wait(NULL);
+ // it causes freezing for the parents.
+ // wait(NULL);
}
}