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

2
st.c
View File

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