summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorSylvain Joubert <joubert.sy@gmail.com>2019-10-27 17:25:41 (GMT)
committerSylvain Joubert <joubert.sy@gmail.com>2019-11-04 17:59:20 (GMT)
commit93b66735ac2092675eec7a636625df84ff306fdc (patch)
treeb58c050ad714fa7ea5467f90d26873e764bfa7ea /Help
parentdbd14ecacf9b85dcdf5f566538167261dba224fe (diff)
downloadCMake-93b66735ac2092675eec7a636625df84ff306fdc.zip
CMake-93b66735ac2092675eec7a636625df84ff306fdc.tar.gz
CMake-93b66735ac2092675eec7a636625df84ff306fdc.tar.bz2
ccmake: Use type-based colors to display cache values
The colors are based on the entry type (or value for booleans), paths and filepaths sharing the same color.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/ccmake-colored-values.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/ccmake-colored-values.rst b/Help/release/dev/ccmake-colored-values.rst
new file mode 100644
index 0000000..b00885d
--- /dev/null
+++ b/Help/release/dev/ccmake-colored-values.rst
@@ -0,0 +1,5 @@
+ccmake-colored-values
+---------------------
+
+* :manual:`ccmake(1)` now displays cache values using colors
+ based on the entry type if the terminal supports color.