From 4a3fbd91877d2b1ecb662eb26956a88b08b2dfe3 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 10 Aug 2008 21:50:00 +0200 Subject: [PATCH] Add note on custom completion support. --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index e95d6c2..358573b 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,10 @@ TODO * Add --enable-FEATURE for features defined in Makefile-minix.in +* Add support for custom completion, rl_attempted_completion_function. + +* Add support for inhibiting completion: rl_inhibit_completion + * Add support for arrow keys, home, end, etc. See the following URL for how to catch complex key strokes such as escape sequences: http://www.unixwiz.net/techtips/termios-vmin-vtime.html