muon-ssh
muon-ssh copied to clipboard
Scroll in vi or nano not work
Scroll in vi or nano not work. Win11
Same issue on Windows 10
I had some time and could see that this behavior is related to integrated "jediterm". I created a Pull request on the corresponding project (https://github.com/JetBrains/jediterm/pull/250)
@devlinx9 : Should I manually integrate these changes in muon-ssh as well or will these changes be lost when you are updating the internal version of jediterm next time? Or in other words: Contains the internal jediterm library any specific Muon-ssh modifications or is it (more or less) a pure copy of the repository
My Pullrequest was accepted. Theoretically we "just" have to update the library now
It seems this wasnt fixed with #97 , i am having the same issue with release 2.2.0
For further explanation:
When in vim, and you scroll down to the last visible line, the display kind of breaks. It doesn't scroll down, only the last line gets switched to the following line, while the rest stays the same. Really annoying specially when working with large textfiles. For me, it is fixable by changing the windows size, then the display seems to reload. Also a fix is pressing :$ or changing the line in vim, then all lines show the correct information, and scrolling up works, but as soon as you scroll down again, it breaks again.
Would be cool if that could be fixed, because i really love working with muon and haven't found anythign comparable yet for linux
Thanks alot :)
I am a noob at github, maybe #97 isn't implemented yet? Im not sure. Is it maybe possible to get a dev build with pending changes already implemented? Really need this fix