Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

main.c

Blame
    • Damien George's avatar
      46a11028
      repl: Add paste mode to friendly REPL, entered via CTRL-E. · 46a11028
      Damien George authored
      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.
      46a11028
      History
      repl: Add paste mode to friendly REPL, entered via CTRL-E.
      Damien George authored
      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.