summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2020-11-25 19:33:35 +0200
committerAvi Halachmi (:avih) <avihpit@yahoo.com>2020-11-27 00:25:32 +0200
commit1bb2665e3d099a792cf9c4e5b119a6b4352d9b2f (patch)
tree2b9f2d8626430142002017808e7d36051d34f106 /DOCS
parent9867f218307241961f9e7220085a9e3c23cab0af (diff)
downloadmpv-1bb2665e3d099a792cf9c4e5b119a6b4352d9b2f.tar.bz2
mpv-1bb2665e3d099a792cf9c4e5b119a6b4352d9b2f.tar.xz
vo_sixel: support --vo-sixel-exit-clear[=yes]
By default we still clear the screen, but now it's possible to leave the last sixel image on screen. Allows mpv to be used as img2sixel of sorts, but with our auto-fit and various mpv scaling/filters etc.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 833fbddb1b..4a1ffd4579 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -413,6 +413,10 @@ Available video output drivers are:
to take into account padding at the report - this only works correctly
when the overall padding per axis is smaller than the number of cells.
+ ``--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.
+
Sixel image quality options:
``--vo-sixel-dither=<algo>``