TODO:

SHORT-TERM:

- fix the BUGS (cf BUGS)

- the latest readline (5.0) now handles multi-byte characters correctly,
  rlwrap will *almost* work OK with them, except that long output lines 
  containing multibyte chatacters will be incorrectly truncated.

- Fixing this will be a good opportunity to make rlwrap handle prompts
  with bold, underline and ANSI "color" escape sequences (either by simply
  'bleaching' them, or by tricking readline somehow into displaying 
  them while maintaing the correct cursor position. As bash does coloured 
  prompts this should be not too difficult (???))

- Better filename completion (quoting(?), sensible handling of filenames 
  that contain word-breaking characters)

LONG-TERM:

- rlwrap could use input- and output filters - i.e separate processes that
  digest user input and possibly interact with rlwrap to update the
  completion word list - or even to do the completion itself. 
  This would subsume some functionality now handled by
  rlwrap (like the -r and -l options)





  