brctl: fixing stp parameters incompatibility
[oweals/busybox.git] / Config.in
index e7bb05dce765e0038d70626bb223991029dc1cef..e0c01f3ef88b8243f83271cb5eed9e641c5b1349 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -196,6 +196,14 @@ config UNICODE_WIDE_WCHARS
          With this option off, any Unicode char with width > 1
          is substituted on output.
 
+config UNICODE_BIDI_SUPPORT
+       bool "Bidirectional character-aware line input"
+       default y
+       depends on FEATURE_ASSUME_UNICODE && !LOCALE_SUPPORT
+       help
+         With this option on, right-to-left Unicode characters
+         are treated differently on input (e.g. cursor movement).
+
 config LONG_OPTS
        bool "Support for --long-options"
        default y