*** empty log message ***
authorroot <root>
Wed, 25 Jan 2006 21:17:52 +0000 (21:17 +0000)
committerroot <root>
Wed, 25 Jan 2006 21:17:52 +0000 (21:17 +0000)
configure
ptytty.m4
src/fdpass.C
src/perl/remote-clipboard

index 804fb75f65ea7c72434066ce7a10f309643e7931..9db31f2b1ef1ce26103e906153aa19aa7ef32625 100755 (executable)
--- a/configure
+++ b/configure
@@ -11939,7 +11939,7 @@ cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-#include <cstddef> // broken bsds (is that redundant) need this
+#include <cstddef> // broken bsds (is that redundant?) need this
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/uio.h>
index 1e574dfb38131bd0fa822df1cc23cf8335275048..a687dea7c86e0aa6d5117e21ffeb653ae0cc9d17 100644 (file)
--- a/ptytty.m4
+++ b/ptytty.m4
@@ -453,7 +453,7 @@ AC_DEFUN([SCM_RIGHTS_CHECK],
 [
 AC_CACHE_CHECK(for unix-compliant filehandle passing ability, can_pass_fds,
 [AC_TRY_LINK([
-#include <cstddef> // broken bsds (is that redundant) need this
+#include <cstddef> // broken bsds (is that redundant?) need this
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/uio.h>
index 46f21fac7b377130c8d751a0cf405377abd303e3..39d59cb65b18869d0450b3493d84451d7b169906 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "../config.h"
 
-#include <cstddef> // needed by freebsd for NULL used in sys/uio.h
+#include <cstddef> // needed by broken bsds for NULL used in sys/uio.h
 
 #include <sys/uio.h>
 #include <sys/types.h>
index 4b366041118154518504775c4cc8588e180adf48..e31f33a5b6748d37db67d01465b9251cf9c343fe 100644 (file)
@@ -75,9 +75,7 @@ sub fetch {
             $self->selection_clear;
             $self->selection ($txt);
             $self->selection_grab (urxvt::CurrentTime);
-            close $fh;
-            my $status = $? >> 8;
-            $self->msg ("selection fetched (status $status)");
+            $self->msg ("selection fetched");
          }
       });
    }
@@ -102,13 +100,4 @@ sub on_start {
    ()
 }
 
-sub on_user_command {
-   my ($self, $cmd) = @_;
-
-   if ($cmd eq "selection-pastebin:remote-pastebin") {
-      $self->upload_paste;
-   }
-
-   ()
-}