2Shirt / WizardKit

MIT License
0 stars 0 forks source link

Support tmux 3.0 blank panes #145

Closed 2Shirt closed 4 years ago

2Shirt commented 4 years ago

See https://raw.githubusercontent.com/tmux/tmux/3.0/CHANGES

May pass on this if unsupported on macOS

2Shirt commented 4 years ago

Specific reference from the above link:

Allow panes to be empty (no command). They can be created either by piping to split-window -I, or by passing an empty command ('') to split-window. Output can be sent to an existing empty window with display-message -I.

2Shirt commented 4 years ago

Using echo is working well enough. Closing issue.