diff options
Diffstat (limited to 'st/st.c')
| -rw-r--r-- | st/st.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1251,7 +1251,8 @@ newterm(const Arg* a) _exit(0); } default: - wait(NULL); + // it causes freezing for the parents. + // wait(NULL); } } |
