Skip to content

Commit fa90e01

Browse files
committed
Helo: correctly display italic text
1 parent 1dec514 commit fa90e01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fastfetch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ static void printFullHelp()
9595
bool optional = optionalKey && yyjson_get_bool(optionalKey);
9696
putchar(' ');
9797
if (!instance.config.display.pipe)
98-
fputs("\e[4m", stdout);
98+
fputs("\e[3m", stdout);
9999
printf("<%s%s>", optional ? "?" : "", yyjson_get_str(typeKey));
100100
if (!instance.config.display.pipe)
101101
fputs("\e[m", stdout);

0 commit comments

Comments
 (0)