Skip to content

Commit 566d888

Browse files
DOCS/man/vo.rst: document that pixel and canvas modes are automatically selected by default
1 parent b19899a commit 566d888

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

DOCS/man/vo.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,10 @@ Available video output drivers are:
630630
Selects the graphics protocol that chafa will render graphics with.
631631
Can be one of the below list
632632

633-
symbols (Default)
633+
auto (Default)
634+
Infers the best pixel mode to use based on
635+
what your terminal supports.
636+
symbols
634637
Writes unicode characters to the terminal
635638
sixels
636639
Uses the sixel protocol to render graphics.
@@ -643,6 +646,9 @@ Available video output drivers are:
643646
Selects the colorspace that chafa will render graphics with.
644647
Can be one of the below list as per chafa's documentation.
645648

649+
auto (Default)
650+
Infers the best canvas mode to use based on
651+
what your terminal supports.
646652
truecolor (Default)
647653
Truecolor (sRGB)
648654
256

0 commit comments

Comments
 (0)