mirror of
https://github.com/troglobit/editline.git
synced 2025-09-19 11:28:09 +08:00
Clarify comment about future --enable-readline-compat interface
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user