sevdokimov / FriendlyTerminal

Public issue tracking for Friendly Terminal IntelliJ plugin.
7 stars 0 forks source link

Lost characters when using in 'ssh remote' mode #1

Open nathanschepers opened 2 years ago

nathanschepers commented 2 years ago

Hi! I'm having trouble with dropped keypresses with a 120ms latency ssh remote connection.

I've installed the plugin on the server, and it seems to work fine, but i'm losing maybe 20% of they characters I type.

An interesting fact: If I use the builtin terminal, no SIGWINCH signals are passed through to the development server's shell. When I use yours, everything works with sizing, but then I lose 20% of my keypresses.

If you have a hint about how to get my keystrokes back I'll gladly buy a license :)

sevdokimov commented 2 years ago

Tried to reproduce it, but all works fine. What is the Linux? What is the IntelliJ IDEA version?

I've installed the plugin on the server.

On the server? Do you mean, you have installed the terminal plugin on a local machine, then connects to a remote server?

The problem starts to reproduce after resizing the terminal in IntelliJ IDEA, correct?

If I use the builtin terminal, no SIGWINCH signals are passed through to the development server's shell

Do you mean the Linux default terminal, or the IntelliJ IDEA default terminal?