Proposed: optionally capture active session for tmux#16
Open
kaldrenon wants to merge 1 commit intoguard:masterfrom
kaldrenon:master
Open
Proposed: optionally capture active session for tmux#16kaldrenon wants to merge 1 commit intoguard:masterfrom kaldrenon:master
kaldrenon wants to merge 1 commit intoguard:masterfrom
kaldrenon:master
Conversation
Contributor
|
You simply can pass Don't hesitate to modify the existing code - it would be better to use something like https://github.com/dominikh/tmux-ruby, and the current code here is only an attempt to refactor the old code. Ideally, the Client class should be split up into maybe a ClientGroup and Client separately - but that's probably not worth doing. If you have better suggestions let me know. Also, while I don't care personally, I think it's best to keep the default behavior as the default (showing on all sessions) - just to maybe avoid surprising people. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a proposed solution for guard/guard#781
By default, when tmux updates the
color_locationafter tests run, it updates the color location for all sessions.The intention with this code is to only update the
color_locationfor the session that the tests are running in.