envy icon indicating copy to clipboard operation
envy copied to clipboard

terminal dimensions not getting updated on resize

Open jgallen23 opened this issue 10 years ago • 3 comments

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 avatar Jul 31 '15 21:07 jgallen23

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

jgallen23 avatar Aug 03 '15 17:08 jgallen23

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

progrium avatar Aug 03 '15 17:08 progrium

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 =)

fgrehm avatar Sep 01 '15 20:09 fgrehm