aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/Config.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/editors/Config.in b/editors/Config.in
index bb0285976..a30879c63 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -13,7 +13,7 @@ config CONFIG_AWK
13 the BusyBox implementation of that programming language. 13 the BusyBox implementation of that programming language.
14 14
15config CONFIG_FEATURE_AWK_MATH 15config CONFIG_FEATURE_AWK_MATH
16 bool " Enable math functions (requires libm)" 16 bool "Enable math functions (requires libm)"
17 default y 17 default y
18 depends on CONFIG_AWK 18 depends on CONFIG_AWK
19 help 19 help
@@ -43,7 +43,7 @@ config CONFIG_VI
43 you may wish to use something else. 43 you may wish to use something else.
44 44
45config CONFIG_FEATURE_VI_COLON 45config CONFIG_FEATURE_VI_COLON
46 bool " Enable \":\" colon commands (no \"ex\" mode)" 46 bool "Enable \":\" colon commands (no \"ex\" mode)"
47 default y 47 default y
48 depends on CONFIG_VI 48 depends on CONFIG_VI
49 help 49 help
@@ -51,7 +51,7 @@ config CONFIG_FEATURE_VI_COLON
51 provide an "ex" mode. 51 provide an "ex" mode.
52 52
53config CONFIG_FEATURE_VI_YANKMARK 53config CONFIG_FEATURE_VI_YANKMARK
54 bool " Enable yank/put commands and mark cmds" 54 bool "Enable yank/put commands and mark cmds"
55 default y 55 default y
56 depends on CONFIG_VI 56 depends on CONFIG_VI
57 help 57 help
@@ -59,7 +59,7 @@ config CONFIG_FEATURE_VI_YANKMARK
59 busybox vi. 59 busybox vi.
60 60
61config CONFIG_FEATURE_VI_SEARCH 61config CONFIG_FEATURE_VI_SEARCH
62 bool " Enable search and replace cmds" 62 bool "Enable search and replace cmds"
63 default y 63 default y
64 depends on CONFIG_VI 64 depends on CONFIG_VI
65 help 65 help
@@ -67,7 +67,7 @@ config CONFIG_FEATURE_VI_SEARCH
67 busybox vi. 67 busybox vi.
68 68
69config CONFIG_FEATURE_VI_USE_SIGNALS 69config CONFIG_FEATURE_VI_USE_SIGNALS
70 bool " Catch signals" 70 bool "Catch signals"
71 default y 71 default y
72 depends on CONFIG_VI 72 depends on CONFIG_VI
73 help 73 help
@@ -76,14 +76,14 @@ config CONFIG_FEATURE_VI_USE_SIGNALS
76 Ctrl-Z and Ctrl-C and alarms. 76 Ctrl-Z and Ctrl-C and alarms.
77 77
78config CONFIG_FEATURE_VI_DOT_CMD 78config CONFIG_FEATURE_VI_DOT_CMD
79 bool " Remember previous cmd and \".\" cmd" 79 bool "Remember previous cmd and \".\" cmd"
80 default y 80 default y
81 depends on CONFIG_VI 81 depends on CONFIG_VI
82 help 82 help
83 Make busybox vi remember the last command and be able to repeat it. 83 Make busybox vi remember the last command and be able to repeat it.
84 84
85config CONFIG_FEATURE_VI_READONLY 85config CONFIG_FEATURE_VI_READONLY
86 bool " Enable -R option and \"view\" mode" 86 bool "Enable -R option and \"view\" mode"
87 default y 87 default y
88 depends on CONFIG_VI 88 depends on CONFIG_VI
89 help 89 help
@@ -91,28 +91,28 @@ config CONFIG_FEATURE_VI_READONLY
91 open a file in read-only mode. 91 open a file in read-only mode.
92 92
93config CONFIG_FEATURE_VI_SETOPTS 93config CONFIG_FEATURE_VI_SETOPTS
94 bool " Enable set-able options, ai ic showmatch" 94 bool "Enable set-able options, ai ic showmatch"
95 default y 95 default y
96 depends on CONFIG_VI 96 depends on CONFIG_VI
97 help 97 help
98 Enable the editor to set some (ai, ic, showmatch) options. 98 Enable the editor to set some (ai, ic, showmatch) options.
99 99
100config CONFIG_FEATURE_VI_SET 100config CONFIG_FEATURE_VI_SET
101 bool " Support for :set" 101 bool "Support for :set"
102 default y 102 default y
103 depends on CONFIG_VI 103 depends on CONFIG_VI
104 help 104 help
105 Support for ":set". 105 Support for ":set".
106 106
107config CONFIG_FEATURE_VI_WIN_RESIZE 107config CONFIG_FEATURE_VI_WIN_RESIZE
108 bool " Handle window resize" 108 bool "Handle window resize"
109 default y 109 default y
110 depends on CONFIG_VI 110 depends on CONFIG_VI
111 help 111 help
112 Make busybox vi behave nicely with terminals that get resized. 112 Make busybox vi behave nicely with terminals that get resized.
113 113
114config CONFIG_FEATURE_VI_OPTIMIZE_CURSOR 114config CONFIG_FEATURE_VI_OPTIMIZE_CURSOR
115 bool " Optimize cursor movement" 115 bool "Optimize cursor movement"
116 default y 116 default y
117 depends on CONFIG_VI 117 depends on CONFIG_VI
118 help 118 help