Closed schaefi closed 7 months ago
There is still the issue that a pty prompt which doesn't end with an EOL will not be sent until there is an EOL in the input. You can specify
export PS1="\[\]\u@\h:/home/ms \[\]\[\]> \[\]\n"
with a NL
at the end, but this is not a solution
An alternative EOL character matching the pty prompt EOL would be needed, maybe just "\0" but not sure and still didn't found a solution. socat seems to have a fix for this, need to look into the socat code
disable ECHO