Make readline tab cycle options within a C application

27 views Asked by At

When using bash, if you run bind 'TAB:menu-complete' readline will cycle through all the possible matches. However I can't find a way to do the same in a C program that uses readline for input.

The question is not about how to use readline autocompletion as I already have it working. I just want to tab cycle instead of dumping all possible completions on the screen.

0

There are 0 answers