From c7571e205577d569b0195a22992dfb2fee5c652d Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Sun, 12 Jan 2020 21:03:35 +0100 Subject: [PATCH] readline: make tab size configurable This adds the `tabSize` option to readline to allow different tab sizes. --- doc/api/readline.md | 5 +++ lib/readline.js | 16 ++++++-- test/parallel/test-readline-interface.js | 52 ++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 4 deletions(-) diff --git a/doc/api/readline.md b/doc/api/readline.md index e54bfec7686337..122a587f24c234 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -456,6 +456,9 @@ the current position of the cursor down.