-- 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: a49e5217d1c830b1022a4de556df225f789a905b:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit a49e5217d1c830b1022a4de556df225f789a905b
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Sun Jan 1 15:03:49 2006 +0000

    *** empty log message ***

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

index 9ae68f2a7b04962cbd25b9a44afc5b708290ca0a..

index ..13240e1104e1cc7c9d0403449b94021bad8113ee 100644

--- a/src/command.C
+++ b/src/command.C
@@ -986,7 +986,7 @@ rxvt_term::check_cb (check_watcher &w)
   display->flush ();

   if (want_refresh && !flush_ev.active)
-    flush_ev.start (NOW + 0.01);
+    flush_ev.start (NOW + 1. / 60.); // refresh at max. 60 hz normally
 }

 void
@@ -2696,6 +2696,7 @@ rxvt_term::cmd_parse ()
                       || (refresh_count >= refresh_limit * (nrow - 1)))
                     {
                       refreshnow = true;
+                      refresh_count = 0;
                       ch = NOCHAR;
                       break;
                     }
@@ -2742,6 +2743,7 @@ rxvt_term::cmd_parse ()
                 {
                   flag = true;
                   scr_refresh (refresh_type);
+                  flush_ev.stop ();
                 }
             }

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

-- Response ended

-- Page fetched on Sun Jun 2 10:05:13 2024