113 Commits (0f503cf0de8d43d1f4218dea25534a1cfac88266)

Author SHA1 Message Date
Yazhong Liu 93c3674ff7 readline: consider newlines for cursor position 11 years ago
Yazhong Liu cfe0bab85b readline: fix `line` event, if input emit 'end' 11 years ago
Eric Schrock 35ae696822 readline: handle input starting with control chars 12 years ago
isaacs 689e5c9d3d stream: return this from pause()/resume() 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
Daniel Chatfield 5453619eb2 readline: pause stdin before turning off terminal raw mode 11 years ago
Daniel Chatfield dfb0461c4c readline: pause stdin before turning off terminal raw mode 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Krzysztof Chrapka ffcd8b94c2 readline: strip ctrl chars for prompt width calc 12 years ago
Yuan Chuan 18574bfaf1 readline: make `ctrl + L` clear the screen 12 years ago
Nao Iizuka 94284e7d2e readline: handle wide characters properly 12 years ago
Trevor Norris 75305f3bab events: add check for listeners length 12 years ago
isaacs f64d1febc8 lint 12 years ago
isaacs 60f18ede39 readline: treat bare \r as a line ending 12 years ago
Ben Noordhuis 9bd9c546c8 readline: make \r\n emit one 'line' event 12 years ago
Nathan Rajlich 3c91a7ae10 readline: use a "string_decoder" to parse "keypress" events 12 years ago
Nathan Rajlich e95e095289 readline: don't emit "line" events with a trailing '\n' char 12 years ago
Bert Belder f34f1e30a6 repl: call resume() after setRawMode() 12 years ago
Bert Belder 6822488c93 repl: call resume() after setRawMode() 12 years ago
isaacs e4c9c9f412 readline: Remove event listeners on close 12 years ago
Nathan Rajlich 8a9e8d60d2 readline: don't use Function#call() 12 years ago
Jonas Westerlund 2297d638c1 Forgotten commit: add arguments to handleGroup 12 years ago
Jonas Westerlund 0b0b72c2fa Move function declaration to top-level 12 years ago
Tim Macfarlane 0dba28b5c2 readline: fix for unicode prompts 12 years ago
Vladimir Beloborodov 3ea0397a1a readline: Use one history item for reentered line 13 years ago
Andreas Madsen 1e0ce5d1bd domain: the EventEmitter constructor is now always called in nodecore 13 years ago
Nathan Rajlich 032fc42e64 readline: don't cache the "keypress" listeners 13 years ago
isaacs 54a4f99c4e lint 13 years ago
Nathan Rajlich 3f69c71157 readline: explicitly disable and re-enable "raw mode" on Ctrl+Z 13 years ago
Nathan Rajlich 2b9967fbcc readline: move the "setRawMode" logic into a private function 13 years ago
Kyle Robinson Young da56c72f59 readline: remove unused vars in _ttyWrite 13 years ago
Kyle Robinson Young e67a0f80e0 readline: _normalWrite() doesn't take a key modifier arg 13 years ago
Kyle Robinson Young 57148f54e1 readline: change char to ch to avoid reserved word 13 years ago
Nathan Rajlich 9c3559f0ad readline: re-add the Interface#close() method; rename "end" to "close" 13 years ago
Nathan Rajlich 78eb174ea2 readline: use StringDecoder for decoding "normal" data 13 years ago
Nathan Friedly e28f77cbad readline: buffer data to only emit 'line' on '\n' 13 years ago
Ben Noordhuis b031671138 tty, readline: fix style errors 13 years ago
Nathan Rajlich f41901cdf6 repl: make ^D emit an 'end' event on the readline instance 13 years ago
Nathan Rajlich aad12d0b26 readline: migrate ansi/vt100 logic from tty to readline 13 years ago
Alex Kocharin ab518ae50e readline: fix for terminals that insert newlines automatically 13 years ago
isaacs 81cd3a3cd6 lint readline.js - single-quotes preferred 13 years ago
Alex Kocharin 06a058d731 readline: row-agnostic multiline readline implementation 13 years ago
Nathan Rajlich 8517089b3e Revert "readline: add multiline support" 13 years ago
Colton Baker c84b3c4b73 readline: ignore stray escape sequence 13 years ago
Rlidwka 443071db57 readline: add multiline support 13 years ago
Colton Baker fd61bfc731 readline: ^Z (SIGSTP) handling 13 years ago
Colton Baker ce485791db Readline proposal and bugfixes. Related: #2737 #2756 13 years ago
Fedor Indutny c07edd90f5 preserve cursor pos 13 years ago