On Mon, May 2, 2016 at 10:28 AM, Larry Martell wrote:
> On Mon, May 2, 2016 at 10:08 AM, Joaquin Alzola
> wrote:
>>>I am starting a docker container from a subprocess.Popen and it works, but
>>>when the script returns, the terminal settings of my shell are messed up.
>>>Nothing is echoed and re
On Mon, May 2, 2016 at 10:08 AM, Joaquin Alzola
wrote:
>>I am starting a docker container from a subprocess.Popen and it works, but
>>when the script returns, the terminal settings of my shell are messed up.
>>Nothing is echoed and return doesn't cause a >newline. I can fix this with
>>'tset' i
>I am starting a docker container from a subprocess.Popen and it works, but
>when the script returns, the terminal settings of my shell are messed up.
>Nothing is echoed and return doesn't cause a >newline. I can fix this with
>'tset' in the terminal, but I don't want to require that. Has anyone
I am starting a docker container from a subprocess.Popen and it works,
but when the script returns, the terminal settings of my shell are
messed up. Nothing is echoed and return doesn't cause a newline. I can
fix this with 'tset' in the terminal, but I don't want to require
that. Has anyone here wo