-
Notifications
You must be signed in to change notification settings - Fork 142
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
$TERM rendering bug #235
Comments
same with gnome terminal |
I believe this bug first appeared after the update of some libraries done in https://github.com/xxxserxxx/gotop/pull/221/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6 |
I have this issue in v4.2.0. My environment: Terminals: Konsole, Kitty |
There was no release since the fix was merged, so v4.2.0 is still affected. Currently the only way to get the fixed version is to build the program manually. |
Yeah, I will probably do a minor version bump release for this shortly. |
some rendering bug occur in terminal because
$TERM
alacritty
process cursor not visible, try run with
TERM=xterm-kitty gotop
kitty
process cursor render bug, try run with
TERM=xterm gotop
tmux
if you get some error like this in
tmux
sessionit because
gotop
not support your current session$TERM
intmux
, try run withTERM=xterm-kitty gotop
gotop version:
gotop v4.1.4 (20220715T163833)
OS/Arch:
5.19.5-arch1-1 GNU/Linux
Terminal emulator:
alacritty
andkitty
Any relevant hardware info:
-
tmux version:
tmux 3.3a
The text was updated successfully, but these errors were encountered: