repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 1e0cde930e9ad6a0480ecce5883fdcc97ebaf543:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 1e0cde930e9ad6a0480ecce5883fdcc97ebaf543
Author: Marc Lehmann 
Date:   Thu Jan 12 01:38:37 2006 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index d6d8d48bd8b872c9320ac0f9f18eccda9a21ab01..
index ..d839c8905d83fa4150c814b77bafd4f68b2f7990 100644
--- a/Changes
+++ b/Changes
@@ -15,6 +15,8 @@ WISH: support tex fonts
 TODO: run external commands more sytematically (using $self->env etc.)
 TODO: document searchable-scorllback hotkey
 TODO: double-click and right-extend
+TODO: change scrollback to use cursor movements
+TODO: middle-click conflicts with menu use, !Ctrl
 	- added sections for DISTRIBUTION MAINTAINERS and about
           SETUID/SETGID to the FAQ.
         - selection, searchable-scrollback, selection-popup and
@@ -34,8 +36,7 @@ TODO: double-click and right-extend
         - free one of the cursors, fixes a small memory leak.
         - built-in (as opposed to terminfos) visual bell was broken/too fast.
         - applied minor cleanups by Ladislav Michnovic.
-        - applied better configure support for openpty and other pty stuff
-          (Emanuele Giaquinta).
+        - applied pty handling cleanups and improvements (Emanuele Giaquinta).
         - mark-urls launch-on-click by jepler.
         - removed "small" resource parsing function, as it wasn't really
           compatible, and not really small either.
diff --git a/src/rxvtperl.h b/src/rxvtperl.h
index 7c401e5f0d85ec441d3f211be4741c4abc993338..
index ..75f90ddc72c0123f3259de77b847b4e13b1f2bed 100644
--- a/src/rxvtperl.h
+++ b/src/rxvtperl.h
@@ -38,7 +38,6 @@ struct rxvt_perl_interp
 {
   char **perl_environ;

-  rxvt_perl_interp ();
   ~rxvt_perl_interp ();

   bool should_invoke[HOOK_NUM];
diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs
index dc7526d61a16662e5c0e443da50149fa24699d29..
index ..0e78f772cbccd7b143c75ad631a49dae50944748 100644
--- a/src/rxvtperl.xs
+++ b/src/rxvtperl.xs
@@ -395,10 +395,6 @@ struct rxvt_perl_interp rxvt_perl;

 static PerlInterpreter *perl;

-rxvt_perl_interp::rxvt_perl_interp ()
-{
-}
-
 rxvt_perl_interp::~rxvt_perl_interp ()
 {
   if (perl)
diff --git a/src/urxvt.pm b/src/urxvt.pm
index dbb02a1ce74ecc6cae8e93d83351d58b98f9ae06..
index ..9ba9369e3d08470d273fd997eecdc5b1da0537da 100644
--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -87,8 +87,8 @@ Displays a digital clock using the built-in overlay.
 =item mark-urls

 Uses per-line display filtering (C) to underline urls and
-make them clickable. When clicked, the program specified in the resource
-C (default C) will be started.
+make them clickable. When middle-clicked, the program specified in the
+resource C (default C) will be started.

 =item block-graphics-to-ascii

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