spring-projects / spring-shell

Spring based shell
http://projects.spring.io/spring-shell/
Apache License 2.0
719 stars 395 forks source link

No mouse support in new windows terminal #1045

Closed jvalkeal closed 4 months ago

jvalkeal commented 4 months ago

This issue is in windows 10/11 new terminal where mouse support does't work. This I believe is different issue than #1044.

There is this issue https://github.com/microsoft/terminal/issues/15296 which looks promising to describe the bug. Need to investigate more and report to jline. Definitely not fixable in spring-shell and looks like there is no workaround.

jvalkeal commented 4 months ago

Actually when I called JnaWinSysTerminal.setConsoleMode via reflection to disable quick edit mode mentioned in #1044 windows terminal started to work just fine. Maybe that linked terminal issue is already fixed but issue is not closed.

jvalkeal commented 4 months ago

Should get fixed by #1046