mirror of https://github.com/mpv-player/mpv
man/vo: Correct --vo-sixel-buffered
This commit is contained in:
parent
56f0ba22f1
commit
383ca54fc5
|
@ -450,8 +450,9 @@ Available video output drivers are:
|
|||
``--vo-sixel-buffered=<yes|no>`` (default: no)
|
||||
Buffers the full output sequence before writing it to the terminal.
|
||||
On POSIX platforms, this can help prevent interruption (including from
|
||||
other applications) and thus broken images on POSIX platforms, but may
|
||||
come at a performance cost with some terminals.
|
||||
other applications) and thus broken images, but may come at a
|
||||
performance cost with some terminals and is subjec to implementation
|
||||
details.
|
||||
|
||||
Sixel image quality options:
|
||||
|
||||
|
|
Loading…
Reference in New Issue