summaryrefslogtreecommitdiffstats
path: root/rules/joe.in
blob: 57e9214c135b35a68f110a57e5680a8141cde8cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## SECTION=editors
menuconfig JOE
	tristate
	prompt "joe                           "
	select LIBC_M
	select LIBC_UTIL
	select GCCLIBS_GCC_S
	select NCURSES
	help
	  Joe is a simple editor which uses the old wordstar commands.

if JOE

config JOE_SYNTAX_HIGHLIGHT
	bool
	default y
	prompt "Install syntax highlighting patterns"
	help
		This option will install the syntax highlighting for joe

endif