summaryrefslogtreecommitdiffstats
path: root/DOCS
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
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')
-rw-r--r--DOCS/interface-changes.rst5
-rw-r--r--DOCS/man/vo.rst11
2 files changed, 11 insertions, 5 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 3af622f785..e4bd052408 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -28,8 +28,11 @@ Interface changes
--- mpv 0.36.0 ---
- add `--force-render`
- - add `--vo-sixel-draw-clear` and `--vo-sixel-buffered`
+ - add `--vo-sixel-draw-clear`, `--vo-sixel-alt-screen` and
+ `--vo-sixel-buffered`
- add `--wayland-content-type`
+ - deprecate `--vo-sixel-exit-clear` and alias it to
+ `--vo-sixel-alt-screen`
- deprecate `--drm-atomic`
--- mpv 0.35.0 ---
- add the `--vo=gpu-next` video output driver, as well as the options
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.