mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Display: don't use non-ascii charactors
Which cannot be displayed in Linux console
This commit is contained in:
@@ -122,7 +122,7 @@ void ffPrintDisplay(FFDisplayOptions* options)
|
||||
ffStrbufAppendF(&buffer, " (as %ix%i)", result->scaledWidth, result->scaledHeight);
|
||||
|
||||
if (inch > 1)
|
||||
ffStrbufAppendF(&buffer, " in %i″", (uint32_t) (inch + 0.5));
|
||||
ffStrbufAppendF(&buffer, " in %i\"", (uint32_t) (inch + 0.5));
|
||||
|
||||
if(result->type != FF_DISPLAY_TYPE_UNKNOWN)
|
||||
ffStrbufAppendS(&buffer, result->type == FF_DISPLAY_TYPE_BUILTIN ? " [Built-in]" : " [External]");
|
||||
|
||||
Reference in New Issue
Block a user