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

new version tmux no option:window-status-bell-style #16

Open
duckbill opened this issue Oct 28, 2016 · 2 comments
Open

new version tmux no option:window-status-bell-style #16

duckbill opened this issue Oct 28, 2016 · 2 comments

Comments

@duckbill
Copy link

First of all thank the author for providing us with such a good plug-in for tmux!
and I found a problem about the tmux config file "unknown option:window-status-bell-style"
so I exec the command man tmux ,and found as follows:

       -  window-status-bell-attr attributes
                 Set status line attributes for windows which have a bell
                 alert.

        -  window-status-bell-bg colour
                 Set status line background colour for windows with a bell
                 alert.

         - window-status-bell-fg colour
                 Set status line foreground colour for windows with a bell
                 alert.

so we can solve the problem via changing the option

@virid
Copy link

virid commented Nov 7, 2016

I was getting the same error. Thanks to @JasonHubS comment, I resolved the issue by modifying the bell section to read:

# bell
set-window-option -g window-status-bell-bg colour160
set-window-option -g window-status-bell-fg colour235

@duckbill
Copy link
Author

@virid All right! haha , that's great!

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

No branches or pull requests

2 participants