11 Commits (4800310f6aa5dc9dcb564aff7428a2bea6f88d88)

Author SHA1 Message Date
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