summaryrefslogtreecommitdiff
path: root/lib/readline.js
Commit message (Expand)AuthorAgeFilesLines
* readline: should not require an output stream.Julien Gilli2014-10-011-14/+40
* readline: fix performance issue when large lineJicheng Li2014-09-251-1/+4
* Revert "repl: fix overwrite for this._prompt"Fedor Indutny2014-07-311-7/+1
* repl: fix overwrite for this._promptYazhong Liu2014-07-291-1/+7
* readline: remove doubled case.Roman Klauke2014-06-111-4/+0
* readline: fixes scoping bugDan Kaplun2014-05-171-10/+9
* readline: implements keypress bufferingDan Kaplun2014-05-131-181/+191
* readline: fix close event of readline.Interface()Yazhong Liu2014-05-121-5/+9
* readline: consider newlines for cursor positionYazhong Liu2014-03-121-1/+7
* readline: fix `line` event, if input emit 'end'Yazhong Liu2014-02-171-0/+8
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-09-241-1/+1
|\
| * readline: handle input starting with control charsEric Schrock2013-09-231-1/+1
| * readline: pause stdin before turning off terminal raw modeDaniel Chatfield2013-08-171-1/+1
* | stream: return this from pause()/resume()isaacs2013-09-041-0/+2
* | fixes #6031 spelling errorsMatthew Aynalem2013-08-191-1/+1
* | readline: pause stdin before turning off terminal raw modeDaniel Chatfield2013-08-171-1/+1
* | lib: remove unused variables and functionsBrian White2013-08-151-3/+0
* | src: Replace macros with util functionsisaacs2013-08-011-12/+12
* | lib: macro-ify type checksBen Noordhuis2013-07-241-12/+12
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-06-251-0/+6
|\ \ | |/
| * readline: make `ctrl + L` clear the screenYuan Chuan2013-06-171-0/+6
* | readline: strip ctrl chars for prompt width calcKrzysztof Chrapka2013-06-171-4/+19
* | readline: handle wide characters properlyNao Iizuka2013-03-151-16/+144
|/
* events: add check for listeners lengthTrevor Norris2013-03-011-4/+4
* lintisaacs2013-01-291-1/+1
* readline: treat bare \r as a line endingisaacs2013-01-291-4/+26
* readline: make \r\n emit one 'line' eventBen Noordhuis2013-01-291-3/+8
* readline: use a "string_decoder" to parse "keypress" eventsNathan Rajlich2012-11-061-3/+5
* readline: don't emit "line" events with a trailing '\n' charNathan Rajlich2012-11-061-1/+1
* repl: call resume() after setRawMode()Bert Belder2012-10-241-1/+2
* Merge remote-tracking branch 'ry/v0.8'isaacs2012-07-261-10/+26
|\
| * readline: Remove event listeners on closeisaacs2012-07-241-10/+26
* | Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs2012-07-111-29/+28
|\ \ | |/
| * readline: don't use Function#call()Nathan Rajlich2012-07-061-4/+3
| * Forgotten commit: add arguments to handleGroupJonas Westerlund2012-07-061-3/+3
| * Move function declaration to top-levelJonas Westerlund2012-07-061-28/+28
| * readline: fix for unicode promptsTim Macfarlane2012-07-061-1/+1
* | readline: Use one history item for reentered lineVladimir Beloborodov2012-07-051-4/+6
|/
* domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen2012-06-151-2/+2
* readline: don't cache the "keypress" listenersNathan Rajlich2012-06-141-4/+2
* lintisaacs2012-06-111-3/+4
* readline: explicitly disable and re-enable "raw mode" on Ctrl+ZNathan Rajlich2012-05-211-0/+5
* readline: move the "setRawMode" logic into a private functionNathan Rajlich2012-05-211-6/+9
* readline: remove unused vars in _ttyWriteKyle Robinson Young2012-04-211-1/+0
* readline: _normalWrite() doesn't take a key modifier argKyle Robinson Young2012-04-181-1/+1
* readline: change char to ch to avoid reserved wordKyle Robinson Young2012-04-181-4/+4
* readline: re-add the Interface#close() method; rename "end" to "close"Nathan Rajlich2012-04-171-13/+17
* readline: use StringDecoder for decoding "normal" dataNathan Rajlich2012-04-061-8/+15
* readline: buffer data to only emit 'line' on '\n'Nathan Friedly2012-04-061-4/+15
* tty, readline: fix style errorsBen Noordhuis2012-03-291-2/+2