-- 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: 4ea034b0ea8f138d6b68248d3d0e7e8c06d5e262:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

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

commit 4ea034b0ea8f138d6b68248d3d0e7e8c06d5e262
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Fri Jan 6 05:37:59 2006 +0000

    *** empty log message ***

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

index 1c8235f315ee4e94e31aea99b23bc432ec979dff..

index ..423d412a56e7fc114609deed0375d82fc9cdf864 100644

--- a/src/command.C
+++ b/src/command.C
@@ -27,7 +27,7 @@
  * Copyright (c) 2001      Marius Gedminas
  *				- Ctrl/Mod4+Tab works like Meta+Tab (options)
  * Copyright (c) 2003      Rob McMullen <robm@flipturn.org>
- * Copyright (c) 2003-2005 Marc Lehmann <pcg@goof.com>
+ * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/fdpass.C b/src/fdpass.C

index d57282bc95d2e20f64f92fad08da1cbd9da10206..

index ..99cd3d8ba1943f2b0c0b6cae5af9a6f0b2cdc612 100644

--- a/src/fdpass.C
+++ b/src/fdpass.C
@@ -3,7 +3,7 @@
  *----------------------------------------------------------------------*
  *
  * All portions of code are copyright by their respective author/s.
- * Copyright (c) 2005      Marc Lehmann <pcg@goof.com>
+ * Copyright (c) 2005-2006 Marc Lehmann <pcg@goof.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/init.C b/src/init.C

index e38208040ca18cc4a14bbc253c1ac9d5a53e7947..

index ..3fd5f4ac8782de8d3e287c192028f4ef8216e6fb 100644

--- a/src/init.C
+++ b/src/init.C
@@ -11,7 +11,7 @@
  *                              - extensive modifications
  * Copyright (c) 1999      D J Hawkey Jr <hawkeyd@visi.com>
  *                              - QNX support
- * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com>
+ * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/main.C b/src/main.C

index 3578f9fedf966e1cb5f1770a6bed54ca82b7cb3f..

index ..edb60cbb333cf46de703164fa2fd556e8e07e96f 100644

--- a/src/main.C
+++ b/src/main.C
@@ -13,7 +13,7 @@
  * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de>
  * Copyright (c) 1998-2001 Geoff Wing <gcw@pobox.com>
  *                              - extensive modifications
- * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com>
+ * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/ptytty.C b/src/ptytty.C

index b56737a749bcb8bb790fbc2344d735a04a0b4786..

index ..8fe4a49e3bc0037d460ca78489ecb6bd982416fe 100644

--- a/src/ptytty.C
+++ b/src/ptytty.C
@@ -4,7 +4,7 @@
  *
  * All portions of code are copyright by their respective author/s.
  * Copyright (c) 1999-2001 Geoff Wing <gcw@pobox.com>
- * Copyright (c) 2004      Marc Lehmann <pcg@goof.com>
+ * Copyright (c) 2004-2006 Marc Lehmann <pcg@goof.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/rxvtfont.C b/src/rxvtfont.C

index 113557605de5497cb339af0b24f81dbc1b8a0087..

index ..fa58592c689ab51db1e31e456e9deb8683e8e9d6 100644

--- a/src/rxvtfont.C
+++ b/src/rxvtfont.C
@@ -1,7 +1,7 @@
 /*--------------------------------*-C-*---------------------------------*
  * File:	rxvtfont.C
  *----------------------------------------------------------------------*
- * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com>
+ * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com>
  *				- original version.
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs

index e636c8c4d370bc4aae10f0a0e0b04f021b211903..

index ..afd55ff4a5909c10c2e0c4da2ab72e86beb057ba 100644

--- a/src/rxvtperl.xs
+++ b/src/rxvtperl.xs
@@ -3,7 +3,7 @@
  *----------------------------------------------------------------------*
  *
  * All portions of code are copyright by their respective author/s.
- * Copyright (c) 2005-2005 Marc Lehmann <pcg@goof.com>
+ * Copyright (c) 2005-2006 Marc Lehmann <pcg@goof.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -798,10 +798,17 @@ rxvt_term::width ()
         OUTPUT:
         RETVAL

+U32
+rxvt_term::parent ()
+	CODE:
+        RETVAL = (U32)THIS->parent [0];
+        OUTPUT:
+        RETVAL
+
 U32
 rxvt_term::vt ()
 	CODE:
-        RETVAL = THIS->vt;
+        RETVAL = (U32)THIS->vt;
         OUTPUT:
         RETVAL

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

index ba26cac1d27f85f25f73f926b4fee056fcf2cd5d..

index ..60caa77a112bab0f50df2fa10a81a37088a109d1 100644

--- a/src/screen.C
+++ b/src/screen.C
@@ -3,7 +3,7 @@
  *---------------------------------------------------------------------------*
  *
  * Copyright (c) 1997-2001 Geoff Wing <gcw@pobox.com>
- * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com>
+ * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/strings.C b/src/strings.C

index 8ab7a44b83f72e6a2bd95a817e8c9feea43f5652..

index ..648b750de9667fb447195250cfe8ad2f86c3d960 100644

--- a/src/strings.C
+++ b/src/strings.C
@@ -4,7 +4,7 @@
  *
  * All portions of code are copyright by their respective author/s.
  * Copyright (c) 1997-2001 Geoff Wing <gcw@pobox.com>
- * Copyright (c) 2004      Marc Lehmann <pcg@goof.com>
+ * Copyright (c) 2004-2006 Marc Lehmann <pcg@goof.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/src/urxvt.pm b/src/urxvt.pm

index f0e08c83fa1d03f02e7b76b1566d688fa89b4e5a..

index ..0027a01640526446cce67e4f006dc67ab7b35f9c 100644

--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -665,16 +665,16 @@ If hidden, display the overlay again.

 =back

-=item $cellwidth = $term->strwidth $string
+=item $cellwidth = $term->strwidth ($string)

 Returns the number of screen-cells this string would need. Correctly
 accounts for wide and combining characters.

-=item $octets = $term->locale_encode $string
+=item $octets = $term->locale_encode ($string)

 Convert the given text string into the corresponding locale encoding.

-=item $string = $term->locale_decode $octets
+=item $string = $term->locale_decode ($octets)

 Convert the given locale-encoded octets into a perl string.

@@ -701,6 +701,14 @@ Write the octets given in C<$data> to the tty (i.e. as program input). To
 pass characters instead of octets, you should convert your strings first
 to the locale-specific encoding using C<< $term->locale_encode >>.

+=item $windowid = $term->parent
+
+Return the window id of the toplevel window.
+
+=item $windowid = $term->vt
+
+Return the window id of the terminal window.
+
 =item $window_width = $term->width

 =item $window_height = $term->height
diff --git a/src/xdefaults.C b/src/xdefaults.C

index b614d8cd63e23f32be3eb5a8543e2d9307636d89..

index ..1bff3d2a41bceb4a7b7bfd607e45ac75c99538ae 100644

--- a/src/xdefaults.C
+++ b/src/xdefaults.C
@@ -6,7 +6,7 @@
  * Copyright (c) 1994      Robert Nation <nation@rocket.sanders.lockheed.com>
  *				- original version
  * Copyright (c) 1997,1998 mj olesen <olesen@me.queensu.ca>
- * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com>
+ * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

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

-- Response ended

-- Page fetched on Sun Jun 2 10:52:11 2024