You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hypothesize that this happens because of how gliderlabs/ssh forces the insertion of \r\n when the ssh client requested a pty. I think gliderlabs/ssh#210 (as is included in Tailscale's tailscale/tailscale#4154) would probably fix this issue.
I have discovered something that seems odd. Maybe it's working as intended but it results in a lot of spurious diff mismatches for me.
When I run
cpu
without a Pty (i.e. by middle clicking in Acme / Edwood), command results do not contain\r
characters. I.e.:But when I run
cpu
with a Pty (i.e. by typing in a conventional terminal, it does contain\r
as part of the line endings. I.e.:The text was updated successfully, but these errors were encountered: