all repos — st @ 66669a558560c0ba3b5da4cd2009de81d68a2263

st (suckless terminal) config

Add newline to stderr message

---
 st.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Roberto E. Vargas Caballero k0ga@shike2.com
commit

66669a558560c0ba3b5da4cd2009de81d68a2263

parent

1d6702024b8930587f719288b86ba5b931ad557c

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

jump to
M st.cst.c

@@ -784,7 +784,7 @@ close(s);

cmdfd = m; signal(SIGCHLD, sigchld); if (opt_io && !(fileio = fopen(opt_io, "w"))) { - fprintf(stderr, "Error opening %s:%s", + fprintf(stderr, "Error opening %s:%s\n", opt_io, strerror(errno)); } }