Replies: 1 comment 1 reply
-
If you really wanted to investigate this, I suspect it would involve comparing escape sequences from different terminal emulators. I might be wrong but I wanted to give you a heads up as this is a real rabbit hole! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For investigating jitter with mouse scrolling, I made a small textual application to log to the screen what is happening with mouse scrolling.
It could be difficult to determine where the problem lies, especially given several layers of interaction for the terminal (OS, emulator, multiplexer, terminal app).
Code
Results:
Here are my findings with what I currently have available on my machine:
From the above it appears that scroll jitter is a problem with the terminal emulator rather than TMUX or Textual.
However, kitty does not seem to have scroll jitter problems with other applications (neovim, less, etc). They work as you would expect.
Things to look into
Beta Was this translation helpful? Give feedback.
All reactions