From f40a2a6a2cdadf96855dd011c8814114d5152759 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sat, 31 Mar 2018 14:42:10 +0200 Subject: [PATCH] TODO: custom completion handlers verified in examples/cli.c Signed-off-by: Joachim Nilsson --- docs/TODO.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/TODO.md b/docs/TODO.md index 3713b09..df60dc1 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -8,16 +8,6 @@ Remember, the general idea is to keep this library small with no external dependencies, except for a generic C library. -Verify custom completion handlers ---------------------------------- - -Verify for v1.14.0 that custom completion handlers still work After -reverting a "fix" in v0.2.2 that made `rl_complete()` a function pointer -we need to make sure the same functionality is still available with the -new infrastructure. Which is more inspired by BSD libedit and GNU -readline. - - Check what's needed to run the fileman example ----------------------------------------------