diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-08 19:12:50 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-08 19:12:50 -0400 | 
| commit | 45012f4249aa6935c16442ff4c8441a7c2d0bac8 (patch) | |
| tree | 28bb8b6f823319280ba412e1d8db974b31b9853e | |
| parent | old vol commands removed (diff) | |
| parent | Update dwmblocks.c (diff) | |
| download | dwmblocks-45012f4249aa6935c16442ff4c8441a7c2d0bac8.tar.gz dwmblocks-45012f4249aa6935c16442ff4c8441a7c2d0bac8.tar.bz2 dwmblocks-45012f4249aa6935c16442ff4c8441a7c2d0bac8.tar.xz dwmblocks-45012f4249aa6935c16442ff4c8441a7c2d0bac8.tar.zst dwmblocks-45012f4249aa6935c16442ff4c8441a7c2d0bac8.zip | |
Merge pull request #5 from hisakiyo/master
Update dwmblocks.c
| -rw-r--r-- | dwmblocks.c | 2 | 
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); | 
