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

git.thebackupbox.net

rxvt-unicode-sixel

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

commit b467ded27ac937dfc2a5ffee4f26ac6fac2a9b27
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Sun Nov 18 00:17:20 2007 +0000

    doh

diff --git a/Changes b/Changes

index fa756eff76b182c09eb1c95a5f5b6b8d0df5d15a..

index ..e67144587e9558361319569b2ec8b108fb46e554 100644

--- a/Changes
+++ b/Changes
@@ -19,7 +19,7 @@ DUMB: support tex fonts

 TODO: align default value of cutchars with rxvt.1.pod and add it as a fallback in perl 'selection'
       http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377194
-        - expect major compatibility issues and please test and report.
+        - expect major portability issues in this release: please test and report.
       	- converted from the veritable io manager event loop to
           the high performance libev (http://software.schmorp.de/pkg/libev).
 	- automove-background functionality re-implemented internaly using :root op in pixmap
diff --git a/src/rxvtc.C b/src/rxvtc.C

index 38edc015fe1d363ea088225815c03e76f687c192..

index ..92095707c50b97f66168be6110db9da3e139135b 100644

--- a/src/rxvtc.C
+++ b/src/rxvtc.C
@@ -39,7 +39,8 @@
 #define STATUS_FAILURE           1
 #define STATUS_CONNECTION_FAILED 2

-struct client : rxvt_connection {
+struct client : rxvt_connection
+{
   client ();
 };

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

index 5622f4214e05411bac784d92183303c8830fd78b..

index ..b73916be967f60e6280e3a75ad7c0c13620d8f67 100644

--- a/src/rxvtd.C
+++ b/src/rxvtd.C
@@ -52,6 +52,7 @@ struct server : rxvt_connection {
     log_cb (this, &server::log_msg),
     getfd_cb (this, &server::getfd)
   {
+    this->fd = fd;
     fcntl (fd, F_SETFD, FD_CLOEXEC);
     fcntl (fd, F_SETFL, 0);
     read_ev.start (fd, ev::READ);

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

-- Response ended

-- Page fetched on Sun Jun 2 09:45:18 2024