From 8437356b6c615ac93f49fe122a591a229722dbe8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 6 Feb 2014 16:49:50 +0100 Subject: options: add --no-terminal switch Mostly useful for internal reasons. This code will be enabled by default if mpv is started via the client API. --- DOCS/man/en/options.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/man/en/options.rst') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 46586e69cf..44fe7ff6ca 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -2411,6 +2411,13 @@ OPTIONS Default: ``[-+-]``. +``--no-terminal``, ``--terminal`` + Disable any use of the terminal and stdin/stdout/stderr. This completely + silences any message output. + + Unlike ``--really-quiet``, this disables input and terminal initialization + as well. + ``--title=`` Set the window title. Properties are expanded on playback start. (See `Property Expansion`_.) -- cgit v1.2.3