py: Disable REPL EMACS key bindings by default.

pull/1394/head
Damien George 2015-07-26 15:49:13 +01:00
rodzic 3dd0b69e46
commit d8a7f8bff2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -305,7 +305,7 @@
// Whether to include emacs-style readline behavior in REPL
#ifndef MICROPY_REPL_EMACS_KEYS
#define MICROPY_REPL_EMACS_KEYS (1)
#define MICROPY_REPL_EMACS_KEYS (0)
#endif
// Whether port requires event-driven REPL functions