[Xfce4-commits] [apps/xfce4-terminal] 01/01: Update the man page
noreply at xfce.org
noreply at xfce.org
Sat Apr 7 18:32:30 CEST 2018
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-terminal.
commit 14b8113af4665f3a8cd73f6ad8d2f343d1b0e4cf
Author: Igor <f2404 at yandex.ru>
Date: Sat Apr 7 12:31:24 2018 -0400
Update the man page
Document the following command line options:
--dynamic-title-mode
--initial-title
--active-tab
---
doc/xfce4-terminal.1.xml | 55 +++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 47 insertions(+), 8 deletions(-)
diff --git a/doc/xfce4-terminal.1.xml b/doc/xfce4-terminal.1.xml
index 52c17ea..0463eb7 100644
--- a/doc/xfce4-terminal.1.xml
+++ b/doc/xfce4-terminal.1.xml
@@ -120,9 +120,12 @@
<listitem>
<para><xref linkend="options-tab-execute"/>;
<xref linkend="options-tab-command"/>;
- <xref linkend="options-tab-working-directory"/>;
<xref linkend="options-tab-title"/>;
- <xref linkend="options-tab-hold"/>
+ <xref linkend="options-tab-dynamic-title-mode"/>;
+ <xref linkend="options-tab-initial-title"/>;
+ <xref linkend="options-tab-working-directory"/>;
+ <xref linkend="options-tab-hold"/>;
+ <xref linkend="options-tab-active-tab"/>
</para>
</listitem>
</varlistentry>
@@ -258,20 +261,47 @@
</varlistentry>
<varlistentry>
- <term id="options-tab-working-directory">
- <option>--working-directory=<replaceable>directory</replaceable></option>
+ <term id="options-tab-title">
+ <option>-T</option>, <option>--title=<replaceable>title</replaceable></option>
</term>
<listitem>
- <para>Set <parameter>directory</parameter> as the working directory for the terminal</para>
+ <para>
+ Set <parameter>title</parameter> as the window title for the terminal (ignores
+ dynamically-set title)
+ </para>
</listitem>
</varlistentry>
<varlistentry>
- <term id="options-tab-title">
- <option>-T</option>, <option>--title=<replaceable>title</replaceable></option>
+ <term id="options-tab-dynamic-title-mode">
+ <option>--dynamic-title-mode=<replaceable>mode</replaceable></option>
+ </term>
+ <listitem>
+ <para>
+ Set <parameter>mode</parameter> as the dynamically-set title mode for the terminal, one of:
+ 'replace', 'before', 'after', 'none'
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term id="options-tab-initial-title">
+ <option>--initial-title=<replaceable>title</replaceable></option>
+ </term>
+ <listitem>
+ <para>
+ Set <parameter>title</parameter> as the initial window title for the terminal (respects
+ dynamically-set title)
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term id="options-tab-working-directory">
+ <option>--working-directory=<replaceable>directory</replaceable></option>
</term>
<listitem>
- <para>Set <parameter>title</parameter> as the initial window title for the terminal</para>
+ <para>Set <parameter>directory</parameter> as the working directory for the terminal</para>
</listitem>
</varlistentry>
@@ -283,6 +313,15 @@
<para>Causes the terminal to be kept around after the child command has terminated</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term id="options-tab-active-tab">
+ <option>--active-tab</option>
+ </term>
+ <listitem>
+ <para>Makes the terminal active: useful when a terminal window contains multiple tabs</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list