diff --git a/src/status.c b/src/status.c index ea60bb8..8f079b9 100644 --- a/src/status.c +++ b/src/status.c @@ -220,7 +220,7 @@ char* greentextify(char* content) reg_string[gt_len] = '\0'; easprintf(>_string, "%s", reg_string); - res = strrepl(res, reg_string, gt_string, 0); + res = strrepl(res, reg_string, gt_string, STRREPL_ALL ); if (oldres != content) free(oldres); ind = re_results[2] + strlen(gt_string); free(reg_string);