changed -v output (now also anydot and nsz are contained in this output) - dwm - dynamic window manager
HTML git clone https://git.parazyd.org/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 59e65d1709f7fb4c30761e7cea0875903924581e
DIR parent 9fdd2cd1a9dbe9b533fab9a8a98b9849dc4c7b59
HTML Author: Anselm R. Garbe <arg@suckless.org>
Date: Tue, 29 May 2007 13:53:08 +0200
changed -v output (now also anydot and nsz are contained in this output)
Diffstat:
M main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/main.c b/main.c
@@ -281,7 +281,7 @@ main(int argc, char *argv[]) {
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, "");