aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index e7bb05dce..e0c01f3ef 100644
--- a/Config.in
+++ b/Config.in
@@ -196,6 +196,14 @@ config UNICODE_WIDE_WCHARS
196 With this option off, any Unicode char with width > 1 196 With this option off, any Unicode char with width > 1
197 is substituted on output. 197 is substituted on output.
198 198
199config UNICODE_BIDI_SUPPORT
200 bool "Bidirectional character-aware line input"
201 default y
202 depends on FEATURE_ASSUME_UNICODE && !LOCALE_SUPPORT
203 help
204 With this option on, right-to-left Unicode characters
205 are treated differently on input (e.g. cursor movement).
206
199config LONG_OPTS 207config LONG_OPTS
200 bool "Support for --long-options" 208 bool "Support for --long-options"
201 default y 209 default y