Open adamnbowen opened 12 years ago
Okay, so I saw your comment in Issue 3 of Consular, but the result is still incorrect (as far as I'm concerned).
If I change my above code to say window do
instead of tab do
, then I get a setup like this:
#####
# # #
### #
# # #
#####
when I should see panes like this:
###
# #
###
# #
###
currently thats the limitations with the panes, it generates them vertically first then any nested panes get turned in to horizontal panes. Seems this is better to have some form of options specified to allow more custom setups. I'll look into adding this.
any news on this?
I was trying to create a new window with only horizontal panes
+---+
| a |
+---+
| b |
+---+
| c |
+---+
| d |
+---+
but it doesn't work, always the second pane is vertical.
Okay, so it looks like panes are not working in the current version of iterm. Here is the (fairly unhelpful) console dump:
The only thing iTerm manages to do is open up a new tab (though no commands are run). Just for fun, here's the script I was trying to run: