CSharpRepl
CSharpRepl copied to clipboard
Up-arrow on single line wrapped to multiple lines goes through history instead of cursor moving
Version
last
What happened?
Submit long enough (but single-line) input so it's wrapped on two lines. Press up-arrow -> last input is loaded (that's ok). Press left-arrow to move the cursor. Press up-arrow -> cursor should be moved on the first line but the next history record is loaded instead.
Shift+UpArrow behaves correctly.