From 6757eeefe5b59e2978e1dc61b31a18ab6caa899b Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 4 Nov 2012 14:06:51 -0800 Subject: [PATCH] Long lines --- src/rusti/rusti.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rusti/rusti.rs b/src/rusti/rusti.rs index 5f1cad3ae17c..c44961a8b4e5 100644 --- a/src/rusti/rusti.rs +++ b/src/rusti/rusti.rs @@ -243,7 +243,7 @@ fn run_cmd(repl: &mut Repl, _in: io::Reader, _out: io::Writer, repl.view_items = ~""; repl.stmts = ~""; - // FIXME: Win32 version of linenoise doesn't have the required function + // XXX: Win32 version of linenoise can't do this //rl::clear(); } ~"help" => {