hartwork opened this issue 10 months ago · 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?
echo | ./runpty cat
reset
echo | sudo -u "${USER}" cat
Best, Sebastian