diff options
author | Ron Yorston <rmy@pobox.com> | 2021-02-07 14:27:48 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-02-07 14:27:48 +0000 |
commit | 15286a04d8ae24530380d92d302f839b056e7a6e (patch) | |
tree | b99380ad9b5c7c74a6d9115bc2729363a932fe11 /Config.in | |
parent | 96cc886097812dfeb3f1096492ff0c601e38b17f (diff) | |
download | busybox-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.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 | ||
475 | config 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 | |||
475 | config FEATURE_EXTRA_FILE_DATA | 483 | config 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 |