Update code to newest version

This commit is contained in:
2023-03-08 13:36:50 +05:00
parent 9726db9903
commit 64bcd6cb5d
9 changed files with 21 additions and 10 deletions

2
st.c
View File

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