achiurizo / consular

Terminal automation
http://rdoc.info/github/achiu/consular/master/file/README.md
MIT License
813 stars 46 forks source link

bounds settings not working in iTerm2 #69

Open stemps opened 13 years ago

stemps commented 13 years ago

The bounds settings in following snippet work fine for me in Terminal, but not in iTerm. Here the bounds have no effect:

window :name => "1", :bounds => [0,1060, 630, 1600]  do
  run "cd ~/myProject/"
  run "mvim"
end

window :name => "2" do
  run "cd ~/myProject/"
  run "rails server"
end
achiurizo commented 13 years ago

the bounds/settings functionality isn't available with the iTerm core yet, though any patches and contributions are more than welcomed =)