aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-02-07 14:27:48 +0000
committerRon Yorston <rmy@pobox.com>2021-02-07 14:27:48 +0000
commit15286a04d8ae24530380d92d302f839b056e7a6e (patch)
treeb99380ad9b5c7c74a6d9115bc2729363a932fe11 /Config.in
parent96cc886097812dfeb3f1096492ff0c601e38b17f (diff)
downloadbusybox-w32-15286a04d8ae24530380d92d302f839b056e7a6e.tar.gz
busybox-w32-15286a04d8ae24530380d92d302f839b056e7a6e.tar.bz2
busybox-w32-15286a04d8ae24530380d92d302f839b056e7a6e.zip
winansi: more accurate colour mapping
Use a more accurate technique to map RGB colours to standard Windows console colours. Since this costs 648 bytes it's configurable but is enabled by default.
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 6d91ad248..356bc6d5a 100644
--- a/Config.in
+++ b/Config.in
@@ -472,6 +472,14 @@ config SKIP_ANSI_EMULATION_DEFAULT
472 Setting the environment variable BB_SKIP_ANSI_EMULATION overrides 472 Setting the environment variable BB_SKIP_ANSI_EMULATION overrides
473 this default. 473 this default.
474 474
475config FEATURE_IMPROVED_COLOUR_MAPPING
476 bool "More accurate colour mapping for ANSI emulation (0.6 kb)"
477 default y
478 depends on PLATFORM_MINGW32
479 help
480 Use a more accurate technique to map RGB colours to the standard
481 Windows console colours.
482
475config FEATURE_EXTRA_FILE_DATA 483config FEATURE_EXTRA_FILE_DATA
476 bool "Read additional file metadata (2.1 kb)" 484 bool "Read additional file metadata (2.1 kb)"
477 default y 485 default y