summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-08 19:12:50 -0400
committerGitHub <noreply@github.com>2020-04-08 19:12:50 -0400
commit45012f4249aa6935c16442ff4c8441a7c2d0bac8 (patch)
tree28bb8b6f823319280ba412e1d8db974b31b9853e
parent177d5b4678e58fd513abbfe70b6ed8dd3163e1c3 (diff)
parent3e9876c9d68b65fb8a9f52296d82d2cae5b3944b (diff)
downloaddwmblocks-45012f4249aa6935c16442ff4c8441a7c2d0bac8.tar.gz
dwmblocks-45012f4249aa6935c16442ff4c8441a7c2d0bac8.tar.bz2
dwmblocks-45012f4249aa6935c16442ff4c8441a7c2d0bac8.zip
Merge pull request #5 from hisakiyo/master
Update dwmblocks.c
-rw-r--r--dwmblocks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmblocks.c b/dwmblocks.c
index 0439e00..476aa90 100644
--- a/dwmblocks.c
+++ b/dwmblocks.c
@@ -33,7 +33,7 @@ static Window root;
static char statusbar[LENGTH(blocks)][50] = {0};
static char statusstr[256];
static char *statuscat;
-
+static int statusContinue=1;
void replace(char *str, char old, char new)
{
int N = strlen(str);
Software created with 💖