aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/repl.rst
AgeCommit message (Collapse)Author
2015-11-10docs: Fix a typo in the REPL documentation.Dave Hylands
2015-11-07lib/mp-readline: Make it easy to exit auto-indent mode by pressing enter.Damien George
This patch allows you to stop auto-indent by pressing enter on a second blank line. Easier than having to use backspace, and prevents new users from getting stuck in auto-indent mode.
2015-11-03docs: Add docs about REPL paste-mode and Control-CDave Hylands