-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug where window resizing breaks if a session is launched via twm (…
…#17) Addresses the issue with gh-16 where resizing the window breaks everything if your tmux session was attached to via execvp. I still have *no* idea why this is happening, but this seems to fix it at least; instead of calling execvp with tmux as the target program, we call it to whatever the user's shell is with `-c tmux attach -t <session_name>` as the arguments. Tested this across multiple shells and it seems to work fine.
- Loading branch information
1 parent
a3cf447
commit 8608431
Showing
1 changed file
with
11 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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