aboutsummaryrefslogtreecommitdiff
path: root/editors/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-12-22 17:00:11 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-12-22 17:00:11 +0000
commite3cbfb91d2c1bd774e4882a220e18aa9e6f54f1e (patch)
tree607404d9e6a23ebd26ede713cf3ffe988dea8878 /editors/Config.in
parent94e3365b8f8eead46ec0b494ce513b7915fb6c04 (diff)
downloadbusybox-e3cbfb91d2c1bd774e4882a220e18aa9e6f54f1e.tar.gz
vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,
people may want to disable display of high-bit chars) ip: build fixlet
Diffstat (limited to 'editors/Config.in')
-rw-r--r--editors/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/Config.in b/editors/Config.in
index 7c06678fb..58959aa97 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -98,6 +98,16 @@ config FEATURE_VI_MAX_LEN
Contrary to what you may think, this is not eating much.
Make it smaller than 4k only if you are very limited on memory.
+config FEATURE_VI_8BIT
+ bool "Allow vi to display 8-bit chars (otherwise shows dots)"
+ default y
+ depends on VI
+ help
+ If your terminal can display characters with high bit set,
+ you may want to enable this. Note: vi is not Unicode-capable.
+ If your terminal combines several 8-bit bytes into one character
+ (as in Unicode mode), this will not work properly.
+
config FEATURE_VI_COLON
bool "Enable \":\" colon commands (no \"ex\" mode)"
default y