-
Notifications
You must be signed in to change notification settings - Fork 355
Fix status bar rendering in tmux 3.6 #367
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
Conversation
Tmux 3.6 does not accept comma-separated modifiers in `#[]` blocks. Splitting them into separate `#[]` blocks works. Closes dracula#366
📝 WalkthroughWalkthroughThis PR fixes tmux 3.6 compatibility by refactoring the dracula.sh status line configuration to separate formatting attributes into discrete tokens. The change addresses a breaking tmux 3.6 update that no longer supports comma-separated attribute declarations within formatting blocks. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ethancedwards8
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked backwards compatibility
|
Thanks for your contribution! |
Tmux 3.6 does not accept comma-separated modifiers in
#[]blocks. Splitting them into separate#[]blocks works.Closes #366