-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Display glitch in the latest macOS homebrew build #2817
Comments
Strange... A first workaround is possible (remove the separators line):
or a second one (change the separator to an simple ascii char):
But had to understand why the separator character is not display in MacOS terminal (it works fine on Linux). Can you please open a Python terminal and copy/paste the result of the followings commands line (example on my Linux system): |
Do you run Glances with sudo ? |
No, as a regular user. |
Glances 4.0.8 displays the good separator char ? |
@shawnyeager screenshot shows CPU, MEM usage on top right corner. Is it shown by some other software(not glances I guess)? |
Thanks, @nicolargo.
python3 output is as follows:
|
This is a feature of iTerm2, unrelated to glances. |
Can anyone of you try out the latest develop branch and see if the fixes work? |
@RazCrimson confirmed fixed in 4.2.0_beta03 |
Closing issue as its fixed |
Describe the bug
Prior to this release, the frame around the core CPU/MEM/SWAP/etc. stats was whitespace. Now it's a misrendered character (see screenshot).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Divider characters render properly
Screenshots
Environement (please complete the following information)
The text was updated successfully, but these errors were encountered: