currently hilbish's line editor prompts whether to insert the multiline input or not, and if it does returns it line by line. if multiline input is entered when the user switches to using $EDITOR for shell input, it will also not be handled properly
a fix to this would be to handle multiline input editing properly and remove the prompt on pasting it
(referring to copy-pasted input with newlines)
currently hilbish's line editor prompts whether to insert the multiline input or not, and if it does returns it line by line. if multiline input is entered when the user switches to using $EDITOR for shell input, it will also not be handled properly
a fix to this would be to handle multiline input editing properly and remove the prompt on pasting it