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

Fix bug with escape-time 0 #70

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

harkabeeparolus
Copy link

Rationale:

escape-time 0 prevents tmux from recognizing escape sequences that are fragmented across read/packet boundaries. You should raise that to a more reasonable value such as 100ms which should be enough time for most cases while still being quick enough that it shouldn't cause human-scale interaction issues.

Fix bug with escape-time 0, as described in:
https://superuser.com/a/1809494
Change default escape-time to 5 milliseconds to fix annoying bugs with long escape sequences under certain conditions. More details in: https://superuser.com/a/1809494
@casret
Copy link

casret commented May 23, 2024

Very similar to #60 opened over 3 years ago. Feels like the project is abandoned, maybe time for a fork?

@harkabeeparolus
Copy link
Author

Very similar to #60 opened over 3 years ago.

Indeed, you're right. Well spotted, thanks! ☺️

Feels like the project is abandoned, maybe time for a fork?

Well, that's depressing. 😕
I feel like we should try to find a new co-maintainer before deciding to fork. Seems like a desperate last-ditch effort for such a simple repo.

I'd be happy to help.

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