Skip to content

readline: output of completions when column is undefined #2396

@jasnell

Description

@jasnell

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

No one assigned

    Labels

    good first issueIssues that are suitable for first-time contributors.readlineIssues and PRs related to the built-in readline module.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions