diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2022-09-22 09:12:21 -0400 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2022-09-22 11:29:03 -0400 |
| commit | f4f8a39060d094eb2cc7991220ba36f22ae2eeb7 (patch) | |
| tree | bc85eb3e2884adf462293fae89fa348c96da6cc2 /docs | |
| parent | d2026971825d3f774e130958bde2f74378151e7b (diff) | |
| download | meson-f4f8a39060d094eb2cc7991220ba36f22ae2eeb7.tar.gz | |
Add release notes snippet for new mconf behaviour
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/snippets/conf_pager.md | 6 |
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 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. |
