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
Fix move_cursor moving to last char of the line above all bars
The cursor needs to move to the first line (which is one less than the
number of lines, as the cursor is still on the last line), and then also
move to the front of that line (as it was on the last char of the last
line).
0 commit comments