Skip to content

readline: fix tab completion bug

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 (closed) Related PR: #2612

Merge request reports

Loading