Config.in 561 B

123456789101112131415161718
  1. config ADK_PACKAGE_NANO
  2. prompt "nano.............................. An enhanced clone of the Pico text editor"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBNCURSES
  6. help
  7. GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor.
  8. http://www.nano-editor.org/
  9. config ADK_PACKAGE_NANO_TINY
  10. prompt "only compile a minimal nano (using --enable-tiny)"
  11. bool
  12. default y
  13. depends on ADK_PACKAGE_NANO
  14. help
  15. If not selected, nano will support justify, line wrapping, tab completion and multiple open file buffers.