circuitpython/lib/mp-readline
Damien George 46a1102852 repl: Add paste mode to friendly REPL, entered via CTRL-E.
Use CTRL-E to enter paste mode.  Prompt starts with "===" and accepts
all characters verbatim, echoing them back.  Only control characters are
CTRL-C which cancels the input and returns to normal REPL, and CTRL-D
which ends the input and executes it.  The input is executed as though
it were a file.  The input is not added to the prompt history.
2015-10-11 23:30:22 +01:00
..
readline.c repl: Add paste mode to friendly REPL, entered via CTRL-E. 2015-10-11 23:30:22 +01:00
readline.h lib/mp-readline: Add emacs-style control characters for cursor movement. 2015-07-26 15:22:13 +01:00