aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/snippets/conf_pager.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/conf_pager.md b/docs/markdown/snippets/conf_pager.md
new file mode 100644
index 0000000..8924adc
--- /dev/null
+++ b/docs/markdown/snippets/conf_pager.md
@@ -0,0 +1,6 @@
+## Pager and colors for `meson configure` output
+
+The output of `meson configure`, printing all options, is now more readable by
+automatically using a pager (`less` by default) and colors. The pager used can
+be controled by setting `PAGER` environment variable, or `--no-pager` command
+line option.