TODO -*-org-*-
Issues in need of work. Mostly compatibility with GNU readline, BSD libedit, http://www.thrysoee.dk/editline/, and usability improvements.
Remember, the general idea is to keep Minix editline small.
After reverting “fix” in 0.2.2 that made rl_complete() a function pointer we need to make sure the same functionality is still available with the new infrastructure. (Which is more inspired by BSD libedit and GNU readline.
The BSD libedit library has imported the GNU readline “fileman” example into its tree to demonstrate the abilities of that library. This would also be quite useful for Minix editline.
The first task is to investigate the depependencies and form TODO list items detailing what is missing and, if possible, proposals how to implement including any optional configure flags.