progrium / envy

Lightweight dev environments with a twist
MIT License
321 stars 21 forks source link

terminal dimensions not getting updated on resize #44

Open jgallen23 opened 9 years ago

jgallen23 commented 9 years ago

if I resize my terminal window after starting a new dev session and I open vim, it still thinks its at the old dimensions. I've verified using stty -a that the dimensions don't get updated in an envy session when the terminal is resized.

I've also tried the same thing when just inside an ubuntu docker container (not using envy) and the dimensions get updated there

jgallen23 commented 9 years ago

anything I can help with here and look into? anybody else having this issue?

progrium commented 9 years ago

if you can docker exec with enterenv, we can determine if its actually an issue in envy or in execd/sshfront

fgrehm commented 9 years ago

I haven't had a chance to upgrade to the go version yet but in case it is something that needs fixing from within envy, https://github.com/fgrehm/go-dockerpty might help out =)