Open lindy2076 opened 10 months ago
I guess it is related to kitty...
Having the same issue in alacritty. I don't think this is related to terminal emulator at all
This is an issue in iterm2 also. very annoying and makes it unusable unfortunately.
Having the same issue on wezterm, but some lines even disappear here!
Describe the bug After some scrolling lines start to shuffle randomly.
Setup
To Reproduce Steps to reproduce the behavior:
glow
u/d
)Expected behavior Lines shouldn't be shuffled.
Screenshots The original file is on the right. It is clear that glow messed some lines in the last paragraph (on the left): Other lines shuffle after some scrolling: It is especially sad when a code section is messed up:
Additional context If a file is opened in pager mode (
glow -p filename
) then scrolling works fine and nothing shuffles.Scrolling by using
b/f/j/k/g/G
seems to work fine. Changingpager
variable inglow.yml
doesn't help. I built glow from source. The latest commit in my local repo is54dd62a2a43d36e10d075b2b3fe9b0f637f2e2b9
.