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 1dec514 commit fa90e01Copy full SHA for fa90e01
1 file changed
src/fastfetch.c
@@ -95,7 +95,7 @@ static void printFullHelp()
95
bool optional = optionalKey && yyjson_get_bool(optionalKey);
96
putchar(' ');
97
if (!instance.config.display.pipe)
98
- fputs("\e[4m", stdout);
+ fputs("\e[3m", stdout);
99
printf("<%s%s>", optional ? "?" : "", yyjson_get_str(typeKey));
100
101
fputs("\e[m", stdout);
0 commit comments