-
Notifications
You must be signed in to change notification settings - Fork 147
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
gotop no longer works in urxvt, works fine in xterm #227
Comments
Same problem, exporting |
@xxxserxxx can confirm the latest 4.2.0 is still completely broken on rxvt. |
@jgb Thanks, can you report what your TERM settings are, and whether @RockyBukake's hack works for you? |
@xxxserxxx my TERM is set to |
That's a huge help, actually. Thanks. I'll bump this upstream to termui. |
Been getting this as well, and the same
Looks like upstream is abandonware -- or, at least I can't find any maintained fork. My tmux, which is where I run gotop 95% of the time anyway, is already setting a working But I've come this far and am kinda curious whats going on (guessing bad escape sequence that just so happens to open up help?). Is there an issue somewhere I can watch @xxxserxxx? |
There haven't been any changes in termui in a while, but TBF, things are slow in gotop as well. The curse of the single-contributor project, I guess. It might not be a termui issue. It only seems to happen with rxvt-unicode and the rxvt-unicode terminfo combined -- the terminfo alone doesn't cause it, nor does urxvt with a different terminfo. I think you're probably right: one of the control characters is probably not being consumed properly by the terminal and is being passed through to gotop. On Arch, ncurses owns many of the terminfos, but rxvt-unicode is owned by the rxvt-unicode package. The repository for rxvt-unicode is in CVS(!!). The issue may be anywhere between there and gotop; sorry that I don't have any better instinct on where to start. |
gotop version:
gotop v4.1.4 (20220715T163833)
OS/Arch:
Debian bookworm 5.18.0-2-amd64 GNU/Linux
Terminal emulator:
rxvt-unicode
When I start gotop in rxvt-unicode, it shows the help window immediately explaining the shortcuts.
The only thing I can do then is hit q to exit, and gotop exists.
When I start gotop on the same machine in xterm, everything works fine.
The previous version didn't have this problem with urxvt.
The text was updated successfully, but these errors were encountered: