We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image showing the issue:
The text was updated successfully, but these errors were encountered:
Hi there, could you pipe the output of "ufetch" into a file and post that file here?
Sorry, something went wrong.
Sure thing ufetch.txt
Your file has a bunch of \x1b(B control sequences. My htop and cmatrix spits out a bunch of these too.
\x1b(B
https://stackoverflow.com/questions/36279015/what-does-x1bb-do
I have a speculative fix. On line 137 change:
if (c == '[') {
to
if (c == '[' || c == '(') {
Speculative fix of jaseg#50
ddab078
No branches or pull requests
Image showing the issue:

The text was updated successfully, but these errors were encountered: