gnotclub / xst

st fork that uses Xresources and some pretty good patches
MIT License
536 stars 74 forks source link

fix sigchld() for externalpipe #151

Closed ghost closed 1 year ago

ghost commented 1 year ago

Whenever a child process finishes its task, it turns into a zombie instead of getting killed.

sigchld() is patched the same way upstream: https://st.suckless.org/patches/externalpipe/st-externalpipe-0.8.4.diff

neeasade commented 1 year ago

based

edit: ci failed, but that's not you. mergin

ghost commented 1 year ago

Thank you.