We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19899a commit 566d888Copy full SHA for 566d888
1 file changed
DOCS/man/vo.rst
@@ -630,7 +630,10 @@ Available video output drivers are:
630
Selects the graphics protocol that chafa will render graphics with.
631
Can be one of the below list
632
633
- symbols (Default)
+ auto (Default)
634
+ Infers the best pixel mode to use based on
635
+ what your terminal supports.
636
+ symbols
637
Writes unicode characters to the terminal
638
sixels
639
Uses the sixel protocol to render graphics.
@@ -643,6 +646,9 @@ Available video output drivers are:
643
646
Selects the colorspace that chafa will render graphics with.
644
647
Can be one of the below list as per chafa's documentation.
645
648
649
650
+ Infers the best canvas mode to use based on
651
652
truecolor (Default)
653
Truecolor (sRGB)
654
256
0 commit comments