We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdb694 commit e3cdf9dCopy full SHA for e3cdf9d
src/modules/custom.c
@@ -5,5 +5,5 @@ void ffPrintCustom(FFinstance* instance, const char* key, const char* value)
5
{
6
ffPrintLogoAndKey(instance, key, 0, NULL);
7
ffPrintUserString(value);
8
- putchar('\n');
+ puts(FASTFETCH_TEXT_MODIFIER_RESET);
9
}
0 commit comments