From f4f8a39060d094eb2cc7991220ba36f22ae2eeb7 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 22 Sep 2022 09:12:21 -0400 Subject: [PATCH] Add release notes snippet for new mconf behaviour --- docs/markdown/snippets/conf_pager.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/conf_pager.md diff --git a/docs/markdown/snippets/conf_pager.md b/docs/markdown/snippets/conf_pager.md new file mode 100644 index 000000000..8924adc47 --- /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.