diff options
author | Damien George <damien.p.george@gmail.com> | 2015-10-09 22:41:10 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-10-11 23:30:22 +0100 |
commit | 46a11028521425e7d6c85458c849bb96ff82152e (patch) | |
tree | c13f48bea9f947bc4c3e1cda04adc7d5437e8edf /py/objstringio.c | |
parent | 1b586f3a734c27c78080fb2173bbde17168cb9e4 (diff) | |
download | micropython-46a11028521425e7d6c85458c849bb96ff82152e.tar.gz micropython-46a11028521425e7d6c85458c849bb96ff82152e.zip |
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.
Diffstat (limited to 'py/objstringio.c')
0 files changed, 0 insertions, 0 deletions