PageRenderTime 43ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/ncftp-3.2.5/doc/READLINE.txt

#
Plain Text | 19 lines | 14 code | 5 blank | 0 comment | 0 complexity | a0d8d2e179f9246b25e195d614a74d43 MD5 | raw file
Possible License(s): AGPL-3.0
  1. This version of NcFTP does not support GNU Readline (nor will future
  2. versions). It does include an integrated command line editor, "getline."
  3. It has been enhanced by me to include a mini-VI emulation and support
  4. for tab completion, so for most users, "getline" will serve as a capable
  5. replacement.
  6. So, why isn't Readline supported, even as a configurable option?
  7. (1) Readline's license was not compatible with NcFTP's, even though NcFTP
  8. has been a free program since its genesis in 1991. NcFTP's license has
  9. been revised since then, but I don't want to re-integrate support for it.
  10. (2) The getline code is lean and mean, whereas Readline is rather
  11. bloated. (NcFTP is about 100k smaller when linked with getline!)
  12. (3) Hardly anyone should miss Readline, since getline now supports
  13. almost all the functionality NcFTP was using from Readline.
  14. (4) I didn't feel like bothering with Readline for the Win32 port.