summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorMia Herkt <mia@0x0.st>2022-12-20 10:22:51 +0100
committerMia Herkt <mia@0x0.st>2022-12-20 10:22:51 +0100
commita4cac2ddc69ce0315a2df86dd977126ce4fab540 (patch)
tree8aaa3cdf1a741873a8d03cbedc21f53c89dfe3f2 /DOCS/man/vo.rst
parent12c3203e9814bdab17e6bce22e75f5046333608c (diff)
downloadmpv-a4cac2ddc69ce0315a2df86dd977126ce4fab540.tar.bz2
mpv-a4cac2ddc69ce0315a2df86dd977126ce4fab540.tar.xz
vo_sixel: Alias/deprecate exit-clear -> alt-screen
Also update documentation to reflect actual behavior.
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 1405e5963a..1d14400846 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -438,10 +438,13 @@ Available video output drivers are:
``--vo-sixel-draw-clear=<yes|no>`` (default: yes)
Whether or not to clear the terminal while drawing frames.
- ``--vo-sixel-exit-clear=<yes|no>`` (default: yes)
- Whether or not to clear the terminal on quit. When set to no - the
- last sixel image stays on screen after quit, with the cursor following
- it.
+ ``--vo-sixel-alt-screen=<yes|no>`` (default: yes)
+ Whether or not to use the alternate screen buffer and return the
+ terminal to its previous state on exit. When set to no, the last
+ sixel image stays on screen after quit, with the cursor following it.
+
+ ``--vo-sixel-exit-clear`` is a deprecated alias for this option and
+ may be removed in the future.
``--vo-sixel-buffered=<yes|no>`` (default: no)
Buffers the full output sequence before writing it to the terminal.