;doc: box-drawing: edits

This commit is contained in:
Simon Michael 2024-06-12 18:36:10 +01:00
parent 2916b12651
commit aa5bca04d3

View File

@ -683,12 +683,11 @@ In terminal output, some commands can produce colour when the terminal supports
## Box-drawing ## Box-drawing
In terminal output, by default or with `--pretty=no`, In terminal (text) output, to minimise the risk of display problems for new users,
only ascii characters are used for drawing table borders. table borders are drawn using only ascii characters.
With `--pretty` or `--pretty=yes`, unicode box-drawing characters are used instead. Add `--pretty` or `--pretty=yes` to draw tables with prettier unicode box-drawing characters.
Also, tables will have outer borders and inter-column borders. In pretty mode, tables will also have outer borders and inter-column borders.
To minimise the risk of display problems for new users, we don't enable this by default.
## Paging ## Paging