diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-09-20 08:20:42 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-09-20 08:20:42 -0400 |
commit | 401b6f73f0ebfa3c834c649820048d2d1d678284 (patch) | |
tree | d897e8fd503d9c55bd82e58d5a2284362a229398 | |
parent | 2e9f87e5d801e13ac9e5779b5d4db181d3633808 (diff) | |
parent | 00085199039ee63acc7b1ecb7e3774a9c3552b2a (diff) |
Merge branch 'master' of https://git.suckless.org/st
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -967,7 +967,7 @@ ttyresize(int tw, int th) } void -ttyhangup() +ttyhangup(void) { /* Send SIGHUP to shell */ kill(pid, SIGHUP); |