2008-06-08 00:32:45 +02:00
|
|
|
TODO
|
|
|
|
|
2010-07-30 01:56:25 +02:00
|
|
|
* Port "fileman" example from BSD libedit, http://www.thrysoee.dk/editline/
|
2010-03-09 21:18:03 +01:00
|
|
|
* Add support for rl_bind_key(), currently one needs to "hack" the Map[]
|
2008-08-10 21:50:00 +02:00
|
|
|
* Add support for inhibiting completion: rl_inhibit_completion
|
2010-07-20 00:18:51 +02:00
|
|
|
* Make "char *rl_prompt" globally visible.
|
|
|
|
* Add support for rl_set_prompt().
|
2010-07-30 01:56:25 +02: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-10 21:50:00 +02:00
|
|
|
|