buildroot/package/joe/Config.in
Adam Duskett 3fe76fbd7b package/j*: fix wrapping of Config.in help text
The check-package script when ran gives warnings on text wrapping
on all of these Config files.  This patch cleans up all warnings
related to the text wrapping for the Config files starting with
the letter j in the package directory.

The appropriate indentation is: <tab><2 spaces><62 chars>
See http://nightly.buildroot.org/#writing-rules-config-in for more
information.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-07-31 19:09:39 +02:00

22 lines
647 B
Plaintext

config BR2_PACKAGE_JOE
bool "joe"
depends on BR2_USE_MMU # fork()
help
Joe's Own Editor
JOE is an easy-to-use, full featured terminal-based screen
editor. Its behavior is a blending of WordStar and GNU-EMACS
(but it does not use code from either program).
It is a great editor for new users or as an alternative to vi.
http://joe-editor.sf.net
config BR2_PACKAGE_JOE_FULL
bool "full install of rc and syntax highlighting files"
default y
depends on BR2_PACKAGE_JOE
help
Install all rc and syntax highlighting files. Without this
option only the joe binary is installed, which contains a
default configuration.