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

Force UTF-8 when attaching in select-session.py #35

Closed
wants to merge 1 commit into from
Closed

Force UTF-8 when attaching in select-session.py #35

wants to merge 1 commit into from

Conversation

bryango
Copy link

@bryango bryango commented Sep 5, 2019

Call tmux attach with -u flag, which forces UTF-8.

This is default in the main script /usr/bin/byobu, but not in select-session.py, which will cause issues when connecting via ssh. For example, ssh $SERVER byobu will show unicode characters as underscores (_).

Call `tmux attach` with `-u` flag, which forces UTF-8.

This is default in the main script `/usr/bin/byobu`, but not `select-session.py`, which will cause issues when connecting via ssh. For example, `ssh $SERVER byobu` will show unicode characters as underscores.
@dustinkirkland
Copy link
Owner

Looks good, thanks. Committed. Will be in Byobu 5.130.

dustinkirkland added a commit that referenced this pull request Nov 29, 2019
  - Force UTF-8 when attaching in `select-session.py`
  - #35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants