JetBrains / jediterm

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

send cursor keys on mouse wheel on alternative screen #250

Closed m-rieke closed 1 year ago

m-rieke commented 2 years ago

When using an application which enables an alternative screen, such as "nano" or "vi", it would be great to "simulate" scrolling with mouse wheel by sending cursor keys. This practice is also implemented by some other terminals like vte and konsole according to https://terminalguide.namepad.de/mode/p1007/

I am new to this project so feel free for adding any comments/changes.

segrey commented 1 year ago

@m-rieke Thank you!