felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.21k stars 443 forks source link

Mosh breaks scrollback #966

Open kmickeletto opened 2 years ago

kmickeletto commented 2 years ago

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

hanskokx commented 2 years ago

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]

ZenBerry commented 2 months ago

--no-init flag enables scrolling! ^^ Like mosh root@192.248.178.111 --no-init But it breaks if you scroll while something changes