You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working with Powershell command line on Windows 10, and I've seen that the minibar characters used does not seems to be working well, as it can be seen below:
Is there anything to deal with ? Like install or change a font ?
Note: I've used the below template:
{i}/{total} {bar} {elapsed}s {eta}
The text was updated successfully, but these errors were encountered:
Of course, you also need to handle any errors from these functions. You can see their documentation online (try Googling their names) for more info.
You can also instead enable it globally on your system on Windows 10, pipe the output of your program to Out-Host (.\myprogram | Out-Host), or on earlier Windows version, you can install ansicon.
Ok great, thank you for this tip. I've tried the global method on my system through the Registry. However, there is still the character used by the minibar which does not seems to be recognized:
Hi !
I am currently working with Powershell command line on Windows 10, and I've seen that the minibar characters used does not seems to be working well, as it can be seen below:
Is there anything to deal with ? Like install or change a font ?
Note: I've used the below template:
{i}/{total} {bar} {elapsed}s {eta}
The text was updated successfully, but these errors were encountered: