sl-sh-dev / sl-liner

Readline like line editor (fork of https://gitlab.redox-os.org/redox-os/liner).
MIT License
1 stars 0 forks source link

multiline string display regression #21

Closed gpwclark closed 2 years ago

gpwclark commented 2 years ago

in the original liner you could type something then type a backslack then hit enter and have the cursor move to the next line without processing the command.

$> echo "my string \ <hit enter>
<- cursor is here

This works in sl-liner except the cursor is on the first line until more characters are input. The cursor should start on the bottom line.