Closed SkyperTHC closed 2 years ago
Do a dump-terminal right now but communicate via internal channel that server has no PTY and set client's stty accordingly.
At the moment the work-around is to not use -i and use ctrl-z and stty raw -echo opost; fg instead.
stty raw -echo opost; fg
fixed.
Do a dump-terminal right now but communicate via internal channel that server has no PTY and set client's stty accordingly.
At the moment the work-around is to not use -i and use ctrl-z and
stty raw -echo opost; fg
instead.