all repos — st @ 87abc7cd596ca34a2e664f1c762f8b69b82eba40

st (suckless terminal) config

It's 2014 now.
Christoph Lohmann 20h@r-36.net
commit

87abc7cd596ca34a2e664f1c762f8b69b82eba40

parent

138887033193389854a2cb748b8940793a7bfb6f

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

jump to
M st.cst.c

@@ -3815,7 +3815,7 @@ }

void usage(void) { - die("%s " VERSION " (c) 2010-2013 st engineers\n" \ + die("%s " VERSION " (c) 2010-2014 st engineers\n" \ "usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]" \ " [-t title] [-w windowid] [-e command ...]\n", argv0); }