;doc: box-drawing: edits

This commit is contained in:
Simon Michael 2024-06-12 18:39:27 +01:00
parent aa5bca04d3
commit 83bd98076a

View File

@ -683,11 +683,11 @@ In terminal output, some commands can produce colour when the terminal supports
## Box-drawing
In terminal (text) output, to minimise the risk of display problems for new users,
table borders are drawn using only ascii characters.
In terminal (text) output, to minimise the risk of display problems,
table borders are drawn using only ascii characters by default.
Add `--pretty` or `--pretty=yes` to draw tables with prettier unicode box-drawing characters.
In pretty mode, tables will also have outer borders and inter-column borders.
To see tables with prettier unicode box-drawing characters, add the `--pretty` flag.
This will also show outer borders and inter-column borders.
## Paging