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 error: quiet option is no more supported. #24

Closed
wants to merge 1 commit into from

Conversation

lion24
Copy link

@lion24 lion24 commented May 10, 2018

When trying tmuxomatic, I noticed that it was trying
to set quiet option which is not support till tmux 1.7.

<<< tmuxomatic flex >>> done
Running new session, "tmuxomatic_session_flexample"...
Error on line 0: An error occurred in tmux: invalid option: quiet

tmuxomatic 2.18
tmux 2.5

it is now replace by the -q option when launching tmux

From tmux changelog:

  • set-option learns "-q" to make it quiet, and not print out anything.

Signed-off-by: Lionel H [email protected]

When trying tmuxomatic, I noticed that it was trying
to set quiet option which is not support till tmux 1.7.

<<< tmuxomatic flex >>> done
Running new session, "tmuxomatic_session_flexample"...
Error on line 0: An error occurred in tmux: invalid option: quiet

tmuxomatic 2.18
tmux 2.5

it is now replace by the -q option when launching tmux

From tmux changelog:

* set-option learns "-q" to make it quiet, and not print out anything.

Signed-off-by: Lionel H <[email protected]>
@lion24 lion24 force-pushed the tmux-invalid-option-quiet branch from 924cc0e to b88e76c Compare May 10, 2018 17:50
@lion24
Copy link
Author

lion24 commented May 10, 2018

Already fixed by PR #22.

Closing..

@lion24 lion24 closed this May 10, 2018
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