FluentTerminal
FluentTerminal copied to clipboard
Mosh breaks scrollback
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.
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]
--no-init
flag enables scrolling! ^^
Like mosh [email protected] --no-init
But it breaks if you scroll while something changes