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
Thank you for dtach, I love it. mobile-shell/mosh#980 says the above is a dtach issue. Would you agree/have any ideas for a solution ? I forgot to mention that pressing the escape key once before each arrow key press seems to work around this somehow, allowing movement.
The text was updated successfully, but these errors were encountered:
htop may also be sending the initialization string defined for the current $TERM on startup, which can set the terminal into a different mode. Not all terminal types have an initialization string, though, and dtach will not resend the initialization string when reattaching (and not all programs use the initialization string on startup.) See https://www.tldp.org/HOWTO/Text-Terminal-HOWTO-16.html#ss16.5
You may be able to work around this and get mosh+dtach+htop to work by changing TERM to match what ssh is using before starting htop, or by using a command to resend the initialization string before telling dtach to re-attach to htop.
Thank you for dtach, I love it. mobile-shell/mosh#980 says the above is a dtach issue. Would you agree/have any ideas for a solution ? I forgot to mention that pressing the escape key once before each arrow key press seems to work around this somehow, allowing movement.
The text was updated successfully, but these errors were encountered: