summaryrefslogtreecommitdiff
path: root/doc/api/repl.markdown
Commit message (Expand)AuthorAgeFilesLines
* doc: add prompt to fix repl_test.js exampleDan Kohn2013-02-131-1/+1
* repl: add a 'useColors' option to the replNathan Rajlich2012-03-271-0/+4
* repl: add a 'writer' option to the replNathan Rajlich2012-03-271-0/+4
* repl: make ^D emit an 'end' event on the readline instanceNathan Rajlich2012-03-271-1/+2
* readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich2012-03-261-17/+52
* docs: document the repl "exit" eventNathan Rajlich2012-03-131-2/+16
* docs: correct repl eval callback signatureMing Liu2012-03-061-1/+1
* doc refactor: replisaacs2012-02-271-3/+5
* docs: fix docs to not suggest variable leakskoichik2011-12-271-4/+5
* test for REPL .save and .load and documentation updatesseebees2011-11-131-0/+5
* ignore undefined messages in the debugger replFedor Indutny2011-11-021-1/+4
* Add useGlobal flag for standard node replisaacs2011-10-211-1/+4
* Revert "Don't use a separate context for the repl."isaacs2011-10-211-1/+17
* Don't use a separate context for the repl.isaacs2011-10-181-17/+1
* docs: improve addons, readline, repl documentationFedor Indutny2011-10-111-2/+8
* Close #955 Change ^C handling in REPLisaacs2011-04-211-4/+11
* add process.stdinRyan Dahl2011-01-011-2/+2
* Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs...Silas Sewell2010-11-211-11/+11
* Fix line wrapping in docs. Add tics for constants in docs text.Oleg Efimov2010-11-181-2/+2
* Splitting documentationMicheil Smith2010-10-281-0/+103