editline/examples
Joachim Nilsson 5c9f0047bb Basic support for custom completion handlers with the two "standard"
rl_complete() and rl_list_possib().  Simply leave out complete.o from
the default build and in all programs require these two functions to
be supplied.

A better alternative would be to use function pointers and check those
for NULL in the running code.  With this code, and no completion handler
the editline code will die.
2008-10-02 01:52:40 +02:00
..
cli.c Basic support for custom completion handlers with the two "standard" 2008-10-02 01:52:40 +02:00
Makefile.am Basic support for custom completion handlers with the two "standard" 2008-10-02 01:52:40 +02:00
Makefile.in Basic support for custom completion handlers with the two "standard" 2008-10-02 01:52:40 +02:00
testit.c Fix GCC 3.4.4 warnings about ambigous else, in "else if" construct by 2008-06-08 23:45:07 +02:00