all repos — st @ 72fd32736a612edec43596c14148322122a5544d

st (suckless terminal) config

st: use `void' to indicate an empty parameter list
Tom Schwindl schwindl@posteo.de
commit

72fd32736a612edec43596c14148322122a5544d

parent

baa9357e96d2478baa52a3301e70ac80a229b726

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M st.cst.c

@@ -939,7 +939,7 @@ fprintf(stderr, "Couldn't set window size: %s\n", strerror(errno));

} void -ttyhangup() +ttyhangup(void) { /* Send SIGHUP to shell */ kill(pid, SIGHUP);