repline: Sync with old repline

This commit is contained in:
2025-08-07 02:43:23 -04:00
parent d1df62533e
commit 760cf725f2
9 changed files with 316 additions and 180 deletions

4
examples/error.rs Normal file
View File

@@ -0,0 +1,4 @@
fn main() {
let mut rl = repline::Repline::with_input([255, b'\r', b'\n'].as_slice(), "", "", "");
eprintln!("{:?}", rl.read())
}