aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/Config.src22
1 files changed, 11 insertions, 11 deletions
diff --git a/editors/Config.src b/editors/Config.src
index 5f9566f0a..6cf21919c 100644
--- a/editors/Config.src
+++ b/editors/Config.src
@@ -7,14 +7,14 @@ menu "Editors"
7 7
8config AWK 8config AWK
9 bool "awk" 9 bool "awk"
10 default n 10 default y
11 help 11 help
12 Awk is used as a pattern scanning and processing language. This is 12 Awk is used as a pattern scanning and processing language. This is
13 the BusyBox implementation of that programming language. 13 the BusyBox implementation of that programming language.
14 14
15config FEATURE_AWK_LIBM 15config FEATURE_AWK_LIBM
16 bool "Enable math functions (requires libm)" 16 bool "Enable math functions (requires libm)"
17 default n 17 default y
18 depends on AWK 18 depends on AWK
19 help 19 help
20 Enable math functions of the Awk programming language. 20 Enable math functions of the Awk programming language.
@@ -22,14 +22,14 @@ config FEATURE_AWK_LIBM
22 22
23config CMP 23config CMP
24 bool "cmp" 24 bool "cmp"
25 default n 25 default y
26 help 26 help
27 cmp is used to compare two files and returns the result 27 cmp is used to compare two files and returns the result
28 to standard output. 28 to standard output.
29 29
30config DIFF 30config DIFF
31 bool "diff" 31 bool "diff"
32 default n 32 default y
33 help 33 help
34 diff compares two files or directories and outputs the 34 diff compares two files or directories and outputs the
35 differences between them in a form that can be given to 35 differences between them in a form that can be given to
@@ -37,7 +37,7 @@ config DIFF
37 37
38config FEATURE_DIFF_LONG_OPTIONS 38config FEATURE_DIFF_LONG_OPTIONS
39 bool "Enable long options" 39 bool "Enable long options"
40 default n 40 default y
41 depends on DIFF && LONG_OPTS 41 depends on DIFF && LONG_OPTS
42 help 42 help
43 Enable use of long options. 43 Enable use of long options.
@@ -52,7 +52,7 @@ config FEATURE_DIFF_DIR
52 52
53config ED 53config ED
54 bool "ed" 54 bool "ed"
55 default n 55 default y
56 help 56 help
57 The original 1970's Unix text editor, from the days of teletypes. 57 The original 1970's Unix text editor, from the days of teletypes.
58 Small, simple, evil. Part of SUSv3. If you're not already using 58 Small, simple, evil. Part of SUSv3. If you're not already using
@@ -60,20 +60,20 @@ config ED
60 60
61config PATCH 61config PATCH
62 bool "patch" 62 bool "patch"
63 default n 63 default y
64 help 64 help
65 Apply a unified diff formatted patch. 65 Apply a unified diff formatted patch.
66 66
67config SED 67config SED
68 bool "sed" 68 bool "sed"
69 default n 69 default y
70 help 70 help
71 sed is used to perform text transformations on a file 71 sed is used to perform text transformations on a file
72 or input from a pipeline. 72 or input from a pipeline.
73 73
74config VI 74config VI
75 bool "vi" 75 bool "vi"
76 default n 76 default y
77 help 77 help
78 'vi' is a text editor. More specifically, it is the One True 78 'vi' is a text editor. More specifically, it is the One True
79 text editor <grin>. It does, however, have a rather steep 79 text editor <grin>. It does, however, have a rather steep
@@ -91,7 +91,7 @@ config FEATURE_VI_MAX_LEN
91 91
92config FEATURE_VI_8BIT 92config FEATURE_VI_8BIT
93 bool "Allow vi to display 8-bit chars (otherwise shows dots)" 93 bool "Allow vi to display 8-bit chars (otherwise shows dots)"
94 default y 94 default n
95 depends on VI 95 depends on VI
96 help 96 help
97 If your terminal can display characters with high bit set, 97 If your terminal can display characters with high bit set,
@@ -170,7 +170,7 @@ config FEATURE_VI_WIN_RESIZE
170 170
171config FEATURE_VI_ASK_TERMINAL 171config FEATURE_VI_ASK_TERMINAL
172 bool "Use 'tell me cursor position' ESC sequence to measure window" 172 bool "Use 'tell me cursor position' ESC sequence to measure window"
173 default n 173 default y
174 depends on VI 174 depends on VI
175 help 175 help
176 If terminal size can't be retrieved and $LINES/$COLUMNS are not set, 176 If terminal size can't be retrieved and $LINES/$COLUMNS are not set,