Clarify comment about future --enable-readline-compat interface

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2018-09-12 17:12:19 +02:00
parent 097fde5267
commit 29b24dcf83
2 changed files with 13 additions and 2 deletions

View File

@@ -120,6 +120,7 @@ extern rl_completion_func_t *rl_attempted_completion_function;
extern rl_complete_func_t *rl_set_complete_func (rl_complete_func_t *func);
extern rl_list_possib_func_t *rl_set_list_possib_func (rl_list_possib_func_t *func);
// TODO: See comment for src/complete.c:rl_complete2()
//#define rl_complete(a, b) _Generic((a), int: rl_complete2, default: rl_complete)(a, b)
/* Alternate interface to plain readline(), for event loops */