Skip to content
Snippets Groups Projects
Commit 04ceba60 authored by gwenn's avatar gwenn
Browse files

Add FIXME

parent bc42b4fc
No related branches found
No related tags found
No related merge requests found
......@@ -742,7 +742,7 @@ fn readline_edit(prompt: &str,
kill_ring.reset();
let mut s = State::new(&mut stdout, prompt, MAX_LINE, get_columns(), history.len());
let stdin = io::stdin();
let stdin = io::stdin(); // FIXME: ReadConsoleInputW on windows platform
let mut chars = stdin.lock().chars();
loop {
let c = chars.next().unwrap();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment