Files
lix/doc/manual/rl-next/rustyline.md
T
eldritch horrors 2605d3eab1 libcmd|rs: use rustyline instead of editline for the repl
Change-Id: Ic414de3cc2435d9615305f05a85aa9c923e82a69
2026-06-28 16:37:46 +00:00

504 B

synopsis, cls, category, credits, issues
synopsis cls category credits issues
REPL now uses rustyline
5703
Improvements
horrors

The REPL now uses rustyline for input processing instead of editline. This comes with some improvements to REPL behavior: wrapping lines no longer confuse the line editor, unicode is fully supported, pasting multiline expressions is noew possible, even undo commands are now available! We plan to improve the REPL further using these newfound powers.