2008-06-08 06:32:45 +08:00
|
|
|
TODO
|
|
|
|
|
2010-08-07 18:24:05 +08:00
|
|
|
* Verify for 1.14.0 that custom completion handlers still work, after reverting fix in 0.2.2.
|
2010-07-30 07:56:25 +08:00
|
|
|
* Port "fileman" example from BSD libedit, http://www.thrysoee.dk/editline/
|
2010-08-07 05:56:51 +08:00
|
|
|
* Instead of supporting multiline input, try the Emacs approach, line scrolling.
|
2010-08-05 18:48:51 +08:00
|
|
|
* Add support for rl_bind_key(), currently only en editline specific el_bind_key() exists.
|
2008-08-11 03:50:00 +08:00
|
|
|
* Add support for inhibiting completion: rl_inhibit_completion
|
2010-07-20 06:18:51 +08:00
|
|
|
* Make "char *rl_prompt" globally visible.
|
|
|
|
* Add support for rl_set_prompt().
|
2010-07-30 07:56:25 +08:00
|
|
|
* Add support for --enable-utf8 to configure
|
|
|
|
* Use strcmp(nl_langinfo(CODESET), "UTF-8") to look for utf8 capable terminal.
|
|
|
|
* Implement simple UTF-8 parser according to http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8
|
2008-08-11 03:50:00 +08:00
|
|
|
|