Skip to content
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

Rename fails due to "missing or unsuitable terminal" #115

Open
callumbirks opened this issue Jun 6, 2024 · 3 comments
Open

Rename fails due to "missing or unsuitable terminal" #115

callumbirks opened this issue Jun 6, 2024 · 3 comments

Comments

@callumbirks
Copy link

When attempting to rename a session in the sessionx popup, it fails with an error:
missing or unsuitable terminal: tmux-256colorscreen-256color.
My tmux config has:

set-option -gas terminal-overrides ",*:Tc"
set -gas default-terminal "screen-256color"

My terminal's 'term' is also set to screen-256color, and the output of echo $TERM is

screen-256color
@callumbirks
Copy link
Author

I tested this on both MacOS and PopOS, same result.
I'm using WezTerm on both.

@omerxx
Copy link
Owner

omerxx commented Jun 8, 2024

Could be due to the alternate tmux terminal lack of support.
I'd suggest a export TERM=xterm but I think we should find a better rename option. Couldn't find one so far...

@callumbirks
Copy link
Author

I haven't looked at the code at all but I'll have a look and see if I can find any other options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants