Rosettea / Hilbish

🌓 The Moon-powered shell! A comfy and extensible shell for Lua fans! 🌺 ✨
https://rosettea.github.io/Hilbish/
MIT License
499 stars 23 forks source link

feat: multiline support #234

Open TorchedSammy opened 1 year ago

TorchedSammy commented 1 year ago

closes #182

this effectively copies and "backports" the fix for multiline editing from the work done at the upstream library in https://github.com/reeflective/readline/pull/24 and the reason for doing this is due to the fact that the upstream version is not desirable for use in hilbish (yet)