st
simple terminal
git clone https://9o.is/git/st.git
commit 7ef1d24a4c917568f57299d789f879380a359f65 parent 5fd2e11101a782737191a64acc7a951a4015b9b6 Author: Christoph Lohmann <20h@r-36.net> Date: Tue, 22 Apr 2014 19:22:58 +0200 It's 2014 now. Diffstat:
| M | st.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/st.c b/st.c @@ -3815,7 +3815,7 @@ run(void) { 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); }