summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-05-25 20:37:37 +0200
committerwm4 <wm4@nowhere>2020-05-25 20:39:37 +0200
commitb1d16a2300c99fd6bf847b6b3374280f9aafa87d (patch)
tree8fcddcfbd8a03f25d462a437fd32edd5b610a4ab /DOCS
parentb83bdd1d17cc90b4d8cd2a32321cd7c5cc306422 (diff)
downloadmpv-b1d16a2300c99fd6bf847b6b3374280f9aafa87d.tar.bz2
mpv-b1d16a2300c99fd6bf847b6b3374280f9aafa87d.tar.xz
player: add --term-title option
This simply printf()s a concatenation of the provided string and the relevant escape sequences. No idea what exactly defines this escape sequence (is it just a xterm thing that is now supported relatively widely?), and this simply uses information provided on the linked github issue. Not much of an advantage over --term-status-msg, though at least this can have a lower update frequency. Also I may consider setting a default value, and then it shouldn't conflict with the status message. Fixes: #1725
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 9410ebd2fa..95cd12a7b3 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4429,6 +4429,15 @@ Terminal
Print out a custom string during playback instead of the standard status
line. Expands properties. See `Property Expansion`_.
+``--term-title=<string>``
+ Set the terminal title. Currently, this simply concatenates the escape
+ sequence setting the window title with the provided (property expanded)
+ string. This will mess up if the expanded string contain bytes that end the
+ escape sequence, or if the terminal does not understand the sequence. The
+ latter probably includes the regrettable win32.
+
+ Expands properties. See `Property Expansion`_.
+
``--msg-module``
Prepend module name to each console message.