peterh / liner

Pure Go line editor with history, inspired by linenoise
MIT License
1.05k stars 132 forks source link

Parse multiline strings #161

Open go-dockly opened 1 year ago

go-dockly commented 1 year ago

bug report with the following information:

peterh commented 1 year ago

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.