Files
mercury/tests/debugger/completion.inputrc
Zoltan Somogyi 4b052d46dd Allow a test to pass with non-80-column terminals.
This fix is from Keri Harris.
2017-09-27 19:39:40 +10:00

16 lines
451 B
Plaintext

# Don't query the user if there are too many completions.
set completion-query-items 100000
# Display all completions immediately, without
# requiring multiple `complete' commands.
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