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

Tmux Control Mode Parser (ONLY the parser) #1946

Merged
merged 11 commits into from
Jul 12, 2024
Merged

Tmux Control Mode Parser (ONLY the parser) #1946

merged 11 commits into from
Jul 12, 2024

Conversation

mitchellh
Copy link
Contributor

Related to #1935

This adds the scaffolding for detecting and processing tmux control mode DCS sequences, aka "notifications" as tmux calls them. This doesn't implement all notifications, but implements the full lifecycle and has enough examples and tests to show how to easily add new notifications.

This isn't hooked up to anything yet. I want to break this down into different phases as described in #1935.

@mitchellh mitchellh merged commit ef5491e into main Jul 12, 2024
34 checks passed
@mitchellh mitchellh deleted the tmuxcc branch July 12, 2024 21:50
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.

1 participant