readline: allow tabs in input
authorRich Trott <rtrott@gmail.com>
Thu, 21 May 2015 04:17:10 +0000 (21:17 -0700)
committerRod Vagg <rod@vagg.org>
Tue, 4 Aug 2015 18:56:17 +0000 (11:56 -0700)
commit4cffaa3f558bd1154759c5175ca773f809b68be6
treecd0253d8277302a8da5001e1079cb38e987426e3
parent971de5e4176444b18ba09229eb4c2f33b29b2d3d
readline: allow tabs in input

If tab completion is not being used, allow user to enter tab
characters.

PR-URL: https://github.com/nodejs/io.js/pull/1761
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
lib/readline.js
test/parallel/test-readline-interface.js