This commit is contained in:
Luke Smith 2022-09-20 08:20:42 -04:00
commit 401b6f73f0

2
st.c
View File

@ -967,7 +967,7 @@ ttyresize(int tw, int th)
}
void
ttyhangup()
ttyhangup(void)
{
/* Send SIGHUP to shell */
kill(pid, SIGHUP);