[Xfce4-commits] [apps/xfce4-terminal] 01/01: hand2 seems to be the correct cursor name

noreply at xfce.org noreply at xfce.org
Sun Apr 29 21:24:03 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 96f2c20b9433d5c7d3b9b885d3b11a235dbb15d3
Author: Igor <f2404 at yandex.ru>
Date:   Sun Apr 29 15:23:56 2018 -0400

    hand2 seems to be the correct cursor name
---
 terminal/terminal-widget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terminal/terminal-widget.c b/terminal/terminal-widget.c
index ac191f0..f3be0e8 100644
--- a/terminal/terminal-widget.c
+++ b/terminal/terminal-widget.c
@@ -764,7 +764,7 @@ terminal_widget_update_highlight_urls (TerminalWidget *widget)
           /* set the new regular expression */
           widget->regex_tags[i] = vte_terminal_match_add_gregex (VTE_TERMINAL (widget), regex, 0);
 #if VTE_CHECK_VERSION (0, 53, 00)
-          vte_terminal_match_set_cursor_name (VTE_TERMINAL (widget), widget->regex_tags[i], "grab");
+          vte_terminal_match_set_cursor_name (VTE_TERMINAL (widget), widget->regex_tags[i], "hand2");
 #else
           vte_terminal_match_set_cursor_type (VTE_TERMINAL (widget), widget->regex_tags[i], GDK_HAND2);
 #endif

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


More information about the Xfce4-commits mailing list