-- Leo's gemini proxy

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

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: hackvr
action: commit
revision:
path_from:
revision_from: 03753a8a92e8c3dd25e4f067f13503a7d748a98d:
path_to:
revision_to:

git.thebackupbox.net

hackvr

git://git.thebackupbox.net/hackvr

commit 03753a8a92e8c3dd25e4f067f13503a7d748a98d
Author: epoch <epoch@enzo.thebackupbox.net>
Date:   Sun Jan 24 12:38:15 2021 -0600

    added one last redraw before forcing an exit

diff --git a/src/hackvr.c b/src/hackvr.c

index 4668e9080220467660c44839b9dfbcea386a7eb4..

index ..4eaec1729de736adfc63fe745d9a4862df1669d3 100644

--- a/src/hackvr.c
+++ b/src/hackvr.c
@@ -138,6 +138,10 @@ void hackvr_handler_idc(struct shit *me,char *line) {
   switch(hackvr_handler(line)) {
     case -1://quit
       fprintf(stderr,"# exiting due to EOF\n");
+      //we need to flush another draw before exiting probably for _svg to get one last frame in.
+    #ifdef GRAPHICAL
+      redraw();
+    #endif
       exit(0);
     case 0://don't redraw
       break;

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

-- Response ended

-- Page fetched on Sun Jun 2 18:10:51 2024