[Xfce4-commits] [apps/xfce4-terminal] 01/01: Add setting to allow cursor blinking

noreply at xfce.org noreply at xfce.org
Sat Jun 25 12:51:02 CEST 2016


This is an automated email from the git hooks/post-receive script.

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit 3e511a35d9420f6e6a3bbbb5d05df25ce4281903
Author: Igor <f2404 at yandex.ru>
Date:   Sat Jun 25 13:50:59 2016 +0300

    Add setting to allow cursor blinking
---
 terminal/terminal-preferences-dialog.c |  2 +-
 terminal/terminal-preferences.glade    | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/terminal/terminal-preferences-dialog.c b/terminal/terminal-preferences-dialog.c
index ed482d4..5ea8a88 100644
--- a/terminal/terminal-preferences-dialog.c
+++ b/terminal/terminal-preferences-dialog.c
@@ -140,7 +140,7 @@ terminal_preferences_dialog_init (TerminalPreferencesDialog *dialog)
                                        "command-update-records", "scrolling-single-line",
                                        "scrolling-on-output", "scrolling-on-keystroke",
                                        "scrolling-bar", "scrolling-unlimited",
-                                       "misc-cursor-shape",
+                                       "misc-cursor-shape", "misc-cursor-blinks",
                                        "font-allow-bold", "misc-menubar-default",
                                        "misc-toolbar-default", "misc-borders-default",
                                        "shortcuts-no-mnemonics", "shortcuts-no-menukey",
diff --git a/terminal/terminal-preferences.glade b/terminal/terminal-preferences.glade
index 150fc4b..3f161aa 100644
--- a/terminal/terminal-preferences.glade
+++ b/terminal/terminal-preferences.glade
@@ -602,6 +602,9 @@
                                     <property name="top_attach">1</property>
                                   </packing>
                                 </child>
+                                <child>
+                                  <placeholder/>
+                                </child>
                               </object>
                               <packing>
                                 <property name="expand">False</property>
@@ -683,6 +686,21 @@
                                     <property name="top_attach">0</property>
                                   </packing>
                                 </child>
+                                <child>
+                                  <object class="GtkCheckButton" id="misc-cursor-blinks">
+                                    <property name="label" translatable="yes">Cursor blinks</property>
+                                    <property name="visible">True</property>
+                                    <property name="can_focus">True</property>
+                                    <property name="receives_default">False</property>
+                                    <property name="tooltip_text" translatable="yes">This option controls whether the cursor will be blinking or not.</property>
+                                    <property name="use_underline">True</property>
+                                    <property name="draw_indicator">True</property>
+                                  </object>
+                                  <packing>
+                                    <property name="left_attach">2</property>
+                                    <property name="top_attach">0</property>
+                                  </packing>
+                                </child>
                               </object>
                               <packing>
                                 <property name="expand">False</property>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list