JetBrains / jediterm

Pure Java Terminal Emulator. Works with SSH and PTY.
GNU Lesser General Public License v3.0
675 stars 171 forks source link

spewing ^[[?6c control characters when running nano with TERM=linux #244

Open twouters opened 2 years ago

twouters commented 2 years ago

Can be reproduced by running TERM=linux nano, but there are probably other ways to reproduce.

I've been trying to figure out the cause but have not been able to.

I don't know other (current) terminals with the same behavior. Works fine in st, kitty and recent versions of alacritty.
It is reproducible with an older version of alacritty, e.g. 0.2.0 and I've found a pull request fixing a similar issue but I've not been able to determine if it's the same cause: https://github.com/alacritty/alacritty/pull/549

twouters commented 2 years ago

(Correction, it is reproducible in st)