Correct mask blank value

This commit is contained in:
Greg Shuflin 2023-11-12 11:55:56 -08:00
parent 19d84a7c9a
commit 52c7d86022
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ int main(void) {
memcpy(display_uc, display, 20 * termCols);
// Execute effect
nmseffect_exec(display_uc, strlen(display), 0, 1, 1);
nmseffect_exec(display_uc, strlen(display), 0, 0, 1);
free(display);
free(display_uc);