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