Line scroll branch todo.

This commit is contained in:
Joachim Nilsson 2010-08-06 23:56:51 +02:00
parent 1c89c9886c
commit 916fac7cad

1
TODO
View File

@ -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.