st
simple terminal
git clone https://9o.is/git/st.git
commit 66368199eceb25cf0c50742d68534bdc89785395 parent 4140e590c605965ad280d256ed4cbce6209278ce Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 16 Mar 2018 16:45:58 +0100 minor code-style: whitespace fixes Diffstat:
| M | st.c | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/st.c b/st.c @@ -740,7 +740,6 @@ sigchld(int a) exit(0); } - void stty(char **args) { @@ -762,7 +761,7 @@ stty(char **args) } *q = '\0'; if (system(cmd) != 0) - perror("Couldn't call stty"); + perror("Couldn't call stty"); } int