all repos — dwm @ 59e65d1709f7fb4c30761e7cea0875903924581e

my dwm build

changed -v output (now also anydot and nsz are contained in this output)
Anselm R. Garbe arg@suckless.org
Tue, 29 May 2007 13:53:08 +0200
commit

59e65d1709f7fb4c30761e7cea0875903924581e

parent

9fdd2cd1a9dbe9b533fab9a8a98b9849dc4c7b59

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

jump to
M main.cmain.c

@@ -281,7 +281,7 @@ fd_set rd;

XEvent ev; if(argc == 2 && !strcmp("-v", argv[1])) - eprint("dwm-"VERSION", © 2004-2007 Anselm R. Garbe, Sander van Dijk\n"); + eprint("dwm-"VERSION", © 2004-2007 Anselm R. Garbe, Sander van Dijk, Premysl Hruby, Szabolcs Nagy\n"); else if(argc != 1) eprint("usage: dwm [-v]\n"); setlocale(LC_CTYPE, "");