mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Helo: correctly display italic text
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ static void printFullHelp()
|
||||
bool optional = optionalKey && yyjson_get_bool(optionalKey);
|
||||
putchar(' ');
|
||||
if (!instance.config.display.pipe)
|
||||
fputs("\e[4m", stdout);
|
||||
fputs("\e[3m", stdout);
|
||||
printf("<%s%s>", optional ? "?" : "", yyjson_get_str(typeKey));
|
||||
if (!instance.config.display.pipe)
|
||||
fputs("\e[m", stdout);
|
||||
|
||||
Reference in New Issue
Block a user