summaryrefslogtreecommitdiff
path: root/package/nano/Config.in
blob: 7b164fa22f1e9db99ac07ac04da1b45e8a150adf (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 ADK_PACKAGE_NANO
	help
	  If not selected, nano will support justify, line wrapping, tab completion and multiple open file buffers.