FluentTerminal icon indicating copy to clipboard operation
FluentTerminal copied to clipboard

Mosh breaks scrollback

Open kmickeletto opened this issue 3 years ago • 2 comments

When using Mosh, the scrollback appears to be broken. See example below. Issue command to print 1 to 100 which scrolls off page. When scrolling back, information is gone. This only happens when using mosh.

2021-10-15_10-00-42

kmickeletto avatar Oct 15 '21 15:10 kmickeletto

This appears to be an issue with Mosh that the developers are aware of.

Q: Why is my terminal's scrollback buffer incomplete? Mosh synchronizes only the visible state of the terminal. We are tracking this issue; see this issue [https://github.com/keithw/mosh/issues/2] and the others which are linked from there. For now, the workaround is to use screen [https://www.gnu.org/software/screen/] or tmux [https://github.com/tmux/tmux] on the remote side. https://github.com/mobile-shell/mosh/issues/2

[4efec2f7-3711-4c92-9fc6-487e4041d34f]

hanskokx avatar Oct 15 '21 15:10 hanskokx

--no-init flag enables scrolling! ^^ Like mosh [email protected] --no-init But it breaks if you scroll while something changes

ZenBerry avatar Jul 05 '24 21:07 ZenBerry