-- 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: 6c639891311eed4e82f9145ff24d16f4d44a0f0a:
path_to:
revision_to:

git.thebackupbox.net

hackvr

git://git.thebackupbox.net/hackvr

commit 6c639891311eed4e82f9145ff24d16f4d44a0f0a
Author: epoch <epoch@hacking.allowed.org>
Date:   Fri Nov 3 01:08:19 2017 -0500

    made it so clicking on a shape triggers the same type of output that the old distance based + enter selection did

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

index 8cb6d46e1fd8b8cd183f7008c192b10fa4ca2216..

index ..a9c3af3d38d78715739515a3a40caf7eeea0b8da 100644

--- a/src/graphics_cs_x11.c
+++ b/src/graphics_cs_x11.c
@@ -108,7 +108,7 @@ void draw_cs_shape(cs_s_t s) {//this is implemented as draw_cs_line... hrm. it c
          gra_global.mousex < maxx &&
          gra_global.mousey < maxy) {
       if(gra_global.buttonpressed) {//if we're inside the bounding box let's make SOMETHING happen.
-          printf("# clicked on object! %s\n",s.id);
+          printf("%s action %s\n",global.user,s.id);
         }
       bb.id=strdup("boundingbox");
       bb.len=4;

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

-- Response ended

-- Page fetched on Sun Jun 2 17:34:37 2024