mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-21 14:56:00 +01:00
Merge branch 'master' of https://git.suckless.org/st
This commit is contained in:
commit
401b6f73f0
1 changed files with 1 additions and 1 deletions
2
st.c
2
st.c
|
@ -967,7 +967,7 @@ ttyresize(int tw, int th)
|
|||
}
|
||||
|
||||
void
|
||||
ttyhangup()
|
||||
ttyhangup(void)
|
||||
{
|
||||
/* Send SIGHUP to shell */
|
||||
kill(pid, SIGHUP);
|
||||
|
|
Loading…
Reference in a new issue