You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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...
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:
My terminal's 'term' is also set to
screen-256color
, and the output ofecho $TERM
isThe text was updated successfully, but these errors were encountered: