mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
py: Disable REPL EMACS key bindings by default.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user