You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug behaviour
liner terminates parsing the input after \n always not by complete input buffer
Expected behaviour
if I paste contents of my clipboard into liner I'd expect the complete content to be parsed by Prompt not just till first line break
Complete sample that reproduces the bug
Paste a two line text in to prompt.
The text was updated successfully, but these errors were encountered:
go-dockly
changed the title
Paste multiline strings
Parse multiline strings
Apr 10, 2023
Note to whomever implements this: You should probably prevent strings with newlines in AppendHistory to avoid it showing up as multiple entries in the history.
bug report with the following information:
macOS
iTerm
liner terminates parsing the input after \n always not by complete input buffer
if I paste contents of my clipboard into liner I'd expect the complete content to be parsed by Prompt not just till first line break
Paste a two line text in to prompt.
The text was updated successfully, but these errors were encountered: