diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-03-13 09:45:42 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-03-13 21:46:19 +0000 |
commit | 1129de5ac09ac5b41a952021cbc7a9752c8c253f (patch) | |
tree | 7bd931a5bbcb7cc2eb5c45539f2972d76fc84652 /unix/mpconfigport.h | |
parent | 143c34109c870544c0aabe95f376fa500dd6cd3f (diff) | |
download | micropython-1129de5ac09ac5b41a952021cbc7a9752c8c253f.tar.gz micropython-1129de5ac09ac5b41a952021cbc7a9752c8c253f.zip |
unix: Support readline history saving to file, improves interactive usage.
Diffstat (limited to 'unix/mpconfigport.h')
-rw-r--r-- | unix/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 3cd9d15933..7eb4d548ff 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -46,6 +46,7 @@ #define MICROPY_MALLOC_USES_ALLOCATED_SIZE (1) #define MICROPY_MEM_STATS (1) #define MICROPY_DEBUG_PRINTERS (1) +#define MICROPY_USE_READLINE_HISTORY (1) #define MICROPY_HELPER_REPL (1) #define MICROPY_HELPER_LEXER_UNIX (1) #define MICROPY_ENABLE_SOURCE_LINE (1) |