all repos — st @ 7648697f711d5ae336af142e9cd464d943341b24

st (suckless terminal) config

minor code-style: whitespace fixes
Hiltjo Posthuma hiltjo@codemadness.org
commit

7648697f711d5ae336af142e9cd464d943341b24

parent

0b507bb73138c636fd0ad6f2321624aae1346d58

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

jump to
M st.cst.c

@@ -740,7 +740,6 @@ die("child finished with error '%d'\n", stat);

exit(0); } - void stty(char **args) {

@@ -762,7 +761,7 @@ siz -= n + 1;

} *q = '\0'; if (system(cmd) != 0) - perror("Couldn't call stty"); + perror("Couldn't call stty"); } int