all repos — st @ 6c6b65ea6ec775cc02c25b8cf69cce32971f9fe8

st (suckless terminal) config

correct programme name
Matthias-Christian Ott ott@enolink.de
commit

6c6b65ea6ec775cc02c25b8cf69cce32971f9fe8

parent

746931a3d4114f9bd35a43307fd48bfa64ff0d8b

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

jump to
M std.cstd.c

@@ -268,7 +268,7 @@

if(argc == 2 && !strcmp("-v", argv[1])) errx(EXIT_SUCCESS, "std-"VERSION", © 2008 Matthias-Christian Ott"); else if(argc == 1) - errx(EXIT_FAILURE, "usage: st [-v]"); + errx(EXIT_FAILURE, "usage: std [-v]"); getpty(); shell(); FD_ZERO(&rfds);