[Xfce4-commits] [apps/xfce4-terminal] 01/01: Man page: Document --color-text and --color-bg

noreply at xfce.org noreply at xfce.org
Mon May 7 21:05:24 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 9ec6c96c69cecc5159699da7da2d9e3945d57fd3
Author: Igor <f2404 at yandex.ru>
Date:   Mon May 7 15:03:01 2018 -0400

    Man page: Document --color-text and --color-bg
---
 doc/xfce4-terminal.1.xml | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/doc/xfce4-terminal.1.xml b/doc/xfce4-terminal.1.xml
index ebea16d..0c70be2 100644
--- a/doc/xfce4-terminal.1.xml
+++ b/doc/xfce4-terminal.1.xml
@@ -125,7 +125,9 @@
               <xref linkend="options-tab-initial-title"/>;
               <xref linkend="options-tab-working-directory"/>;
               <xref linkend="options-tab-hold"/>;
-              <xref linkend="options-tab-active-tab"/>
+              <xref linkend="options-tab-active-tab"/>;
+              <xref linkend="options-tab-color-text"/>;
+              <xref linkend="options-tab-color-bg"/>
             </para>
           </listitem>
         </varlistentry>
@@ -324,6 +326,30 @@
             <para>Makes the terminal active: useful when a terminal window contains multiple tabs</para>
           </listitem>
         </varlistentry>
+
+        <varlistentry>
+          <term id="options-tab-color-text">
+            <option>--color-text=<replaceable>color</replaceable></option>
+          </term>
+          <listitem>
+            <para>
+              Set <parameter>color</parameter> as the text color for the terminal per the following
+              specification: https://developer.gnome.org/gdk3/stable/gdk3-RGBA-Colors.html#gdk-rgba-parse
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term id="options-tab-color-bg">
+            <option>--color-bg=<replaceable>color</replaceable></option>
+          </term>
+          <listitem>
+            <para>
+              Set <parameter>color</parameter> as the background color for the terminal per the following
+              specification: https://developer.gnome.org/gdk3/stable/gdk3-RGBA-Colors.html#gdk-rgba-parse
+            </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