You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lines are disappearing as you scroll through them in diffedit
Steps to Reproduce the Problem
jj diffedit
Scroll down with down arrow
Expected Behavior
Lines should display as normal, just with selection indicated as a background color
Actual Behavior
(after unfolding the section and scrolling down twice)
Resizing the window does re-draw it and content is restored to the empty lines, but never to the line currently selected. Could be something to do with rendering the background highlight?
I'd guess it's caused by carriage returns rather than Windows itself (the lines are not entirely empty, as the newline icon has been rendered in the first column, immediately after what I suppose was a carriage return), and fixed by arxanas/scm-record@b2f18d5 and associated PR. This version (v0.4.0) was recently released and just needs to be bumped in jj, if you want to do it.
Description
Lines are disappearing as you scroll through them in diffedit
Steps to Reproduce the Problem
jj diffedit
Expected Behavior
Lines should display as normal, just with selection indicated as a background color
Actual Behavior
Resizing the window does re-draw it and content is restored to the empty lines, but never to the line currently selected. Could be something to do with rendering the background highlight?
Specifications
Tried it on
cmd.exe
, Windows Terminal and alacritty, powershell and cmd.exe, I don't think this is anything to do with my environment.The text was updated successfully, but these errors were encountered: