From 4b052d46dd8b0dd5b9ca449bde12cd12fae76fc2 Mon Sep 17 00:00:00 2001 From: Zoltan Somogyi Date: Wed, 27 Sep 2017 19:39:40 +1000 Subject: [PATCH] Allow a test to pass with non-80-column terminals. This fix is from Keri Harris. --- tests/debugger/completion.inputrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/debugger/completion.inputrc b/tests/debugger/completion.inputrc index 9c0e12b6d..ba1cbaedd 100644 --- a/tests/debugger/completion.inputrc +++ b/tests/debugger/completion.inputrc @@ -8,5 +8,8 @@ set show-all-if-ambiguous on # Disable --More-- prompt when completion list fills screen. set page-completions off +# Make sure a standardized screen width is used. +set completion-display-width 80 + # Make the completion requests show up in the input file. @: complete