raphamorim / rio

A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.
https://raphamorim.io/rio
MIT License
3.51k stars 111 forks source link

When init ssh session backspace and navigation with ctrl dont work as expected #511

Closed iagocavalcante closed 4 months ago

iagocavalcante commented 4 months ago

When I'm logged into an SSH session on another machine, the backspace and cursor navigation don't work. It's strange behavior.

raphamorim commented 4 months ago

Hey @iagocavalcante thanks for the issue,

Would this fix your issue https://raphamorim.io/rio/docs/next/frequently-asked-questions/#i-get-errors-about-the-terminal-being-unknown-or-opening-the-terminal-failing-or-functional-keys-like-arrow-keys-dont-work ?

iagocavalcante commented 4 months ago

Yeaaah, thanks <3