aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/conf_pager.md
blob: 8924adc4785160dc746b0724d60db4e4bb4c3d20 (plain)
1
2
3
4
5
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.