Files
mercury/tests/debugger/completion.inputrc
Ian MacLarty 16e10894d4 Disable --More-- prompt when completion list fills the screen.
Estimated hours taken: 3
Branches: main

Disable --More-- prompt when completion list fills the screen.  This prevents
having to put special control characters in the expected output which were
different on some platforms, causing the test to fail.

tests/debugger/completion.exp
	New expected output without --More-- prompt.

tests/debugger/completion.inputrc
	Added setting to prevent --More-- prompt.
2004-09-22 03:45:33 +00:00

13 lines
369 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 the completion requests show up in the input file.
@: complete