QUERY · ISSUE
REPL edit of wrapped command line is scrambled
I noticed that when the terminal window is set such that a full line will wrap to the next, editing the line when using REPL obscures the output/buffer.
Even though walking the entire command line up and down to the next line goes OK, adding a char is OK, but when a backspace is entered or a new character is entered in the first line the cursor position is the beginning of the next line.
Would be nice if this would work correctly
CANDIDATE · PULL REQUEST
windows: Improve line wrapping behaviour on the REPL
This enables going back to previous wrapped lines using backspace
or left arrow: instead of just sticking to the beginning of a line,
the cursor will move a line up.