diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 | ||
199 | config 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 | |||
199 | config LONG_OPTS | 207 | config LONG_OPTS |
200 | bool "Support for --long-options" | 208 | bool "Support for --long-options" |
201 | default y | 209 | default y |