-
Notifications
You must be signed in to change notification settings - Fork 101
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
Teamocil does not respect base-index #135
Comments
Hi Kyle, Thank you for the bug report. I never use If I have If I have This line in My system information:
Can you try with a newer tmux version? Thank you! |
Hey remi, thanks for the reply! I just built the latest source and have the same problem.
Interestingly, it seems that This occurs with a minimal |
I'm still encountering this issue using the minimal configuration of Teamocil. Can I work on this? @remi |
When run from within an existing tmux session, Teamocil behaves as expected by opening a new window at the next available index number, and so no issue exists. However, when run at the start of a new session, Teamocil opens the first window at index 1, rather than the setting of base-index (default 0). This is an issue as it breaks expected behavior, particularly in that creating a new window within that tmux session will index it at 0, while you would naturally expect that window to be indexed in sequence.
Steps to reproduce:
$ tmux new-session "teamocil test"
System information:
The text was updated successfully, but these errors were encountered: