mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
change cursor size from pt to px
This commit is contained in:
@@ -12,7 +12,7 @@ static void printCursor(FFinstance* instance, const FFstrbuf* cursorTheme, const
|
||||
{
|
||||
fputs(" (", stdout);
|
||||
ffStrbufWriteTo(cursorSize, stdout);
|
||||
fputs("pt)", stdout);
|
||||
fputs("px)", stdout);
|
||||
}
|
||||
|
||||
putchar('\n');
|
||||
|
||||
Reference in New Issue
Block a user