aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 917712c0c..a8a08a342 100644
--- a/Config.in
+++ b/Config.in
@@ -473,6 +473,15 @@ config FEATURE_EURO
473 requires the OEM code page to be 858. If the OEM code page of 473 requires the OEM code page to be 858. If the OEM code page of
474 the console is 850 when BusyBox starts it's changed to 858. 474 the console is 850 when BusyBox starts it's changed to 858.
475 475
476config FEATURE_EURO_INPUT
477 bool "Allow euro on input, even in code pages without euro support"
478 default n
479 depends on PLATFORM_MINGW32 && FEATURE_EURO
480 help
481 Allow the euro character to be entered in the console even if the
482 current code page doesn't support it. It isn't necessary to
483 enable this setting if the code page in use has euro support.
484
476config TERMINAL_MODE 485config TERMINAL_MODE
477 int "Default setting for terminal mode" 486 int "Default setting for terminal mode"
478 default 5 487 default 5