Skip to content

readline: fix tab completion bug - #2816

Closed
mtharrison wants to merge 1 commit into
nodejs:masterfrom
mtharrison:readline-undefined-columns2
Closed

readline: fix tab completion bug#2816
mtharrison wants to merge 1 commit into
nodejs:masterfrom
mtharrison:readline-undefined-columns2

Conversation

@mtharrison

Copy link
Copy Markdown
Contributor

This fixes a problem where tab completion is empty when the input
stream column size is undefined. As a solution we can force maxColumns
to 1 in this scenario.

Fixes: #2396
Related PR: #2612

This fixes a problem where tab completion is empty when the input
stream column size is undefined. As a solution we can force maxColumns
to 1 in this scenario.
@Fishrock123Fishrock123 added the repl Issues and PRs related to the REPL subsystem. label Sep 11, 2015
@mscdexmscdex added readline Issues and PRs related to the built-in readline module. and removed repl Issues and PRs related to the REPL subsystem. labels Sep 11, 2015
@silverwind

Copy link
Copy Markdown
Contributor

LGTM now.

@Fishrock123

Copy link
Copy Markdown
Contributor

silverwind pushed a commit that referenced this pull request Sep 18, 2015
This fixes a problem where tab completion is empty when the input
stream column size is undefined. As a solution we can force maxColumns
to 1 in this scenario.
PR-URL: #2816Fixes: #2396
Reviewed-By: Roman Reiss <me@silverwind.io>
@silverwind

Copy link
Copy Markdown
Contributor

Landed in e29e470. Thanks @mtharrison!

@mtharrison

Copy link
Copy Markdown
ContributorAuthor

🎉 This makes me so happy! Thank you!

@mtharrison
mtharrison deleted the readline-undefined-columns2 branch September 18, 2015 16:37
Fishrock123 pushed a commit that referenced this pull request Sep 20, 2015
This fixes a problem where tab completion is empty when the input
stream column size is undefined. As a solution we can force maxColumns
to 1 in this scenario.
PR-URL: #2816Fixes: #2396
Reviewed-By: Roman Reiss <me@silverwind.io>
@trevnorristrevnorris mentioned this pull request Sep 20, 2015
@rvaggrvagg mentioned this pull request Sep 22, 2015
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

readlineIssues and PRs related to the built-in readline module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

readline: output of completions when column is undefined

4 participants

@mtharrison@silverwind@Fishrock123@mscdex