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
On account of the newline to \r\n replace that happens here(https://github.com/gliderlabs/ssh/blob/master/session.go#L122), when running screen and splitting the screen vertically via CTRL+A + | (shift +\), the middle bar down the screen breaks off and ends up on the left side of the screen.
Screenshot:
Expected (this shows with the replacement commented out):
The text was updated successfully, but these errors were encountered:
I just ran into this. I can confirm that removing those Replace fixed any issues with screen (or tmux in my case) and vertical splits. I did so in a fork here
On account of the newline to \r\n replace that happens here(https://github.com/gliderlabs/ssh/blob/master/session.go#L122), when running
screen
and splitting the screen vertically via CTRL+A + | (shift +\
), the middle bar down the screen breaks off and ends up on the left side of the screen.Screenshot:
Expected (this shows with the replacement commented out):
The text was updated successfully, but these errors were encountered: