summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorMatthew Woehlke <matthew.woehlke@kitware.com>2020-04-18 16:49:51 (GMT)
committerBrad King <brad.king@kitware.com>2020-04-24 15:21:13 (GMT)
commit671fe28313b1a66ece5a9b0e7dab1bd05d83460c (patch)
tree435b3fbb3d4e85d2c8c7aa92ec816eafc7388d0d /Help/manual
parentf56a6954408343f8efe24876067b52415228aaba (diff)
downloadCMake-671fe28313b1a66ece5a9b0e7dab1bd05d83460c.zip
CMake-671fe28313b1a66ece5a9b0e7dab1bd05d83460c.tar.gz
CMake-671fe28313b1a66ece5a9b0e7dab1bd05d83460c.tar.bz2
ccmake: Improve coloring, allow customization
Change the default color for strings from BLUE (which is nearly illegible on any terminals using the standard color palette which has been around since at least CGA, almost 40 years ago) to CYAN. Add ability to customize the colors via an environment variable (inspired by LS_COLORS and using similar syntax). Fixes: #20596
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-env-variables.7.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/manual/cmake-env-variables.7.rst b/Help/manual/cmake-env-variables.7.rst
index dfdf415..ee83799 100644
--- a/Help/manual/cmake-env-variables.7.rst
+++ b/Help/manual/cmake-env-variables.7.rst
@@ -80,3 +80,11 @@ Environment Variables for CTest
/envvar/CTEST_PROGRESS_OUTPUT
/envvar/CTEST_USE_LAUNCHERS_DEFAULT
/envvar/DASHBOARD_TEST_FROM_CTEST
+
+Environment Variables for the CMake curses interface
+====================================================
+
+.. toctree::
+ :maxdepth: 1
+
+ /envvar/CCMAKE_COLORS