aristocratos / bpytop

Linux/OSX/FreeBSD resource monitor
Apache License 2.0
10.07k stars 397 forks source link

disply color problem screen[BUG] #400

Closed Ludo-code closed 1 year ago

Ludo-code commented 1 year ago

Describe the bug

When trying to use bpytop with the screen command he have some trouble with color sheme And with the different command. In addition, the first screen is on ssh and screen command and the second on only ssh.

To Reproduce

Create a screen session with screen -S yourname -d -m bpytop

to connect into screen -x yourname

and the result is :

image

Expected behavior

The display must be like this :

image

Screenshots

[If applicable, add screenshots to help explain your problem.]

Info (please complete the following information):

Additional context

contents of ~/.config/bpytop/error.log

(try running bpytop with --debug flag if error.log is empty)

or-dodson commented 1 year ago

I was having the same issue as you initially. I tried searching around a bit, and I found this question on apple stackexchange. I installed iterm, and bpytop displays properly on it. If this is the same issue, then the lack of True Color support in terminal.app is to blame.

Ludo-code commented 1 year ago

Thanks you for your reply it's working after some change according of our reply.