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

Use printf escape tokens for ESC and BEL #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qstrahl
Copy link

@qstrahl qstrahl commented Aug 25, 2019

Don't ask me why, but without using the printf shorthand for these escape sequences, I was getting all kinds of garbage text printed in each new window, among other rendering weirdness. In theory, there should be no difference between using these shorthand tokens and using the numeric literals, but this fixed the issue for me so... ¯\_(ツ)_/¯

For reference, my versions (though I didn't test on others):

❯ fish --version ; tmux -V
fish, version 3.0.2
tmux 2.9a

@tomyun
Copy link
Owner

tomyun commented May 23, 2021

Sorry for such a long delay! I didn't get any notification from this repo and totally forgot about it. With that, I'm not sure why/whether this issue still happens, i.e., on recent versions of fish/tmux. Let me know if you have any updates.

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

Successfully merging this pull request may close these issues.

2 participants