12 Commits (5ea1e7d55f53ced843ff7fcb3d2d266ed117d802)

Author SHA1 Message Date
Michaël Zasso d1aabd6264 test: fix style issues after eslint update 9 years ago
cjihrig 2c33819370 test: fix tests that check error messages 9 years ago
Rich Trott 02fe8215f0 test: load common.js to test for global leaks 9 years ago
Rich Trott 4cffaa3f55 readline: allow tabs in input 10 years ago
Alex Kocharin bd01603201 readline: fix freeze if `keypress` event throws 9 years ago
Jeremiah Senkpiel d9e250295b Revert "readline: allow tabs in input" 9 years ago
Rich Trott 4b3d493c4b readline: allow tabs in input 10 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
Alex Kocharin aed6bce906 readline: turn emitKeys into a streaming parser 10 years ago
Alex Kocharin f0bf6bb024 readline: fix calling constructor without new 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Julien Gilli 862cc28183 readline: should not require an output stream. 10 years ago
Dan Kaplun 655ec2113a readline: fixes scoping bug 11 years ago
Dan Kaplun 4a90f51bfe readline: implements keypress buffering 11 years ago
Yazhong Liu e1aa066fe1 readline: fix close event of readline.Interface() 11 years ago
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
Krzysztof Chrapka ffcd8b94c2 readline: strip ctrl chars for prompt width calc 12 years ago
Nao Iizuka 94284e7d2e readline: handle wide characters properly 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
isaacs e4c9c9f412 readline: Remove event listeners on close 12 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