Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't redefine TMUXER_PANES when creating panes for --blank
Use the global declared (empty) array that was added when adding `--blank` flag and adjust the iterator to add the full `$num` of empty panes, rather than redefining the array with a single empty pane and then adding `$num - 1` panes.
- Loading branch information