[Xfce4-commits] [apps/xfce4-terminal] 01/01: Prevent characters from being hidden by block cursor

noreply at xfce.org noreply at xfce.org
Fri Jul 15 15:53:36 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 18509a14af70aef48bf216a3b2df4edb353ab2b0
Author: Igor <f2404 at yandex.ru>
Date:   Fri Jul 15 16:52:23 2016 +0300

    Prevent characters from being hidden by block cursor
    
    When text and cursor colors are similar (or close).
    Fixes #9348
---
 terminal/terminal-screen.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
index 5c2e1d9..00e5382 100644
--- a/terminal/terminal-screen.c
+++ b/terminal/terminal-screen.c
@@ -941,6 +941,7 @@ terminal_screen_update_colors (TerminalScreen *screen)
   /* cursor color */
   has_cursor = terminal_preferences_get_color (screen->preferences, "color-cursor", &cursor);
   vte_terminal_set_color_cursor (VTE_TERMINAL (screen->terminal), has_cursor ? &cursor : NULL);
+  vte_terminal_set_color_cursor_foreground (VTE_TERMINAL (screen->terminal), has_bg ? &bg : NULL);
 
   /* selection color */
   if (!selection_use_default)

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


More information about the Xfce4-commits mailing list