-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 3654662be07c061f3581838c82f4fd9f869562bc:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 3654662be07c061f3581838c82f4fd9f869562bc
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Fri Mar 27 15:06:09 2015 +0000

    Do not start blinking cursor if the window is unfocused.

diff --git a/src/command.C b/src/command.C

index d212764bad0c1975747c0a76a7f140c9e9acf3dc..

index ..4cfd1d555bfed8461fac49e6c010052702c7b73b 100644

--- a/src/command.C
+++ b/src/command.C
@@ -1036,6 +1036,9 @@ rxvt_term::flush_cb (ev::timer &w, int revents)
 void
 rxvt_term::cursor_blink_reset ()
 {
+  if (!focus)
+    return;
+
   if (hidden_cursor)
     {
       hidden_cursor = 0;

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 09:43:51 2024