st

simple terminal

git clone https://9o.is/git/st.git

commit ead334ff2e198f8aba18bd53daab4e89eedcf331
parent 8ee9fdb6c8292952d08d81b1fafcbdd62d5f119e
Author: Tom Schwindl <schwindl@posteo.de>
Date:   Thu, 18 Aug 2022 14:55:19 +0000

st: use `void' to indicate an empty parameter list

Diffstat:
Mst.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/st.c b/st.c @@ -939,7 +939,7 @@ ttyresize(int tw, int th) } void -ttyhangup() +ttyhangup(void) { /* Send SIGHUP to shell */ kill(pid, SIGHUP);