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-w32-e3cbfb91d2c1bd774e4882a220e18aa9e6f54f1e.tar.gz
busybox-w32-e3cbfb91d2c1bd774e4882a220e18aa9e6f54f1e.tar.bz2
busybox-w32-e3cbfb91d2c1bd774e4882a220e18aa9e6f54f1e.zip
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
98 Contrary to what you may think, this is not eating much. 98 Contrary to what you may think, this is not eating much.
99 Make it smaller than 4k only if you are very limited on memory. 99 Make it smaller than 4k only if you are very limited on memory.
100 100
101config FEATURE_VI_8BIT
102 bool "Allow vi to display 8-bit chars (otherwise shows dots)"
103 default y
104 depends on VI
105 help
106 If your terminal can display characters with high bit set,
107 you may want to enable this. Note: vi is not Unicode-capable.
108 If your terminal combines several 8-bit bytes into one character
109 (as in Unicode mode), this will not work properly.
110
101config FEATURE_VI_COLON 111config FEATURE_VI_COLON
102 bool "Enable \":\" colon commands (no \"ex\" mode)" 112 bool "Enable \":\" colon commands (no \"ex\" mode)"
103 default y 113 default y