Skip to content

Commit e3cdf9d

Browse files
Reset color after custom module
1 parent 6cdb694 commit e3cdf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/custom.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ void ffPrintCustom(FFinstance* instance, const char* key, const char* value)
55
{
66
ffPrintLogoAndKey(instance, key, 0, NULL);
77
ffPrintUserString(value);
8-
putchar('\n');
8+
puts(FASTFETCH_TEXT_MODIFIER_RESET);
99
}

0 commit comments

Comments
 (0)