]> code.delx.au - spectrwm/commitdiff
Add Version to mod shift v
authorMarco Peereboom <marco@conformal.com>
Thu, 28 May 2009 17:44:20 +0000 (17:44 +0000)
committerMarco Peereboom <marco@conformal.com>
Thu, 28 May 2009 17:44:20 +0000 (17:44 +0000)
scrotwm.c

index f6a175c91028ce2fcf9f32776e0cbd8ff1fabfdc..31a7364213cfb7efea07f2546f142000d103ba21 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -912,7 +912,8 @@ version(struct swm_region *r, union arg *args)
 {
        bar_version = !bar_version;
        if (bar_version)
-               strlcpy(bar_vertext, cvstag, sizeof bar_vertext);
+               snprintf(bar_vertext, sizeof bar_vertext, "Version: %s CVS: %s",
+                   SWM_VERSION, cvstag);
        else
                strlcpy(bar_vertext, "", sizeof bar_vertext);
        bar_update();