From 9ae3fc65235303322ef5282d3cdd4ca99a2c37cc Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 24 May 2015 22:36:31 +0100 Subject: unix: Add option to use uPy readline, and enable by default. This gets uPy readline working with unix port, with tab completion and history. GNU readline is still supported, configure using MICROPY_USE_READLINE variable. --- tests/cmdline/repl_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/cmdline/repl_basic.py b/tests/cmdline/repl_basic.py index 67d18cd57..b416493dc 100644 --- a/tests/cmdline/repl_basic.py +++ b/tests/cmdline/repl_basic.py @@ -1,3 +1,3 @@ # basic REPL tests print(1) -OA + -- cgit v1.2.3