Prompt Written w/ Quoted Multiline Inputs
The prompt is not supposed to be written when there's a multi-line input, but it seems that's the case now.
~ # echo 'one
~ # two
~ # three
~ # four
~ # '
one
two
three
four
~ #
The prompt is not supposed to be written when there's a multi-line input, but it seems that's the case now.
~ # echo 'one
~ # two
~ # three
~ # four
~ # '
one
two
three
four
~ #