wouterdebie / i2cssh

csshX like ssh tool for iTerm2
MIT License
547 stars 68 forks source link

i2cssh is not evenly splitting the pane #82

Closed msanath closed 1 year ago

msanath commented 6 years ago

All the panes get loaded as multiple rows in the same column. Using MacOs Sierra. Any suggestions?

joelsdc commented 6 years ago

That happens to me when I move or touch the iTerm windows while they are loading.

If you open the i2cssh and let it load completely before moving the focus to another window, does that work?

msanath commented 6 years ago

Nope. It does not work.

joelsdc commented 6 years ago

What versions do you have?

I'm on:

$ gem list | grep i2cssh i2cssh (2.2.0) $

$ gem -v 2.7.6 $ ruby -v ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin16] $

macOS Sierra 10.12.6

msanath commented 6 years ago

I was on an older version of ruby. Upgraded it and ran into https://github.com/wouterdebie/i2cssh/issues/83 :-|

joelsdc commented 6 years ago

Yeah... I opened that one. I have it working on v2.4.2 (as #81 complains about v2.4.3)....

Give it a try, using rvm it's easy to manage multiple ruby versions.

msanath commented 6 years ago

That worked! thanks!