Duncaen/runpty

Command `echo | ./runpty cat` leaves the terminal in a broken state

hartwork opened this issue · 0 comments

Hi @Duncaen,

I found that command echo | ./runpty cat leaves the terminal in a broken state (in need of reset). Command echo | sudo -u "${USER}" cat does not have the same problem, so the issue seems to be in runpty. What do you think?

Best, Sebastian