-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.
Description
Per: nodejs/node-v0.x-archive#9001
@ackalker originally reported the issue and @TooTallNate reviewed. Unfortunately
it appears to have stalled. There were a number of issues in the PR that were never
resolved. That said, the issue is still present in master. To reproduce:
bash-3.2$ ./iojs
> process.stdout.columns = undefined;
undefined
> process.std<TAB>
>
(note the blank line after pressing the TAB)
Metadata
Metadata
Assignees
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.readlineIssues and PRs related to the built-in readline module.Issues and PRs related to the built-in readline module.