summaryrefslogtreecommitdiff
path: root/st/st.c
diff options
context:
space:
mode:
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);
}
}