diff --git a/TODO b/TODO index 208388c..2fb6ed1 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ TODO * Port "fileman" example from BSD libedit, http://www.thrysoee.dk/editline/ +* Instead of supporting multiline input, try the Emacs approach, line scrolling. * Add support for rl_bind_key(), currently only en editline specific el_bind_key() exists. * Add support for inhibiting completion: rl_inhibit_completion * Make "char *rl_prompt" globally visible.