On Mon, Sep 26, 2011 at 3:17 PM, LEVAI Daniel <l...@ecentrum.hu> wrote: > Hi! > > This fixes an annoying bug [1] with a new patch. > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/x11/rxvt-unicode/Makefile,v > retrieving revision 1.13 > diff -p -u -r1.13 Makefile > --- Makefile 23 Sep 2011 15:02:13 -0000 1.13 > +++ Makefile 26 Sep 2011 13:11:10 -0000 > @@ -3,7 +3,7 @@ > COMMENT = clone of rxvt with Unicode and Xft support > > DISTNAME = rxvt-unicode-9.12 > -REVISION = 0 > +REVISION = 1 > CATEGORIES = x11 > > EXTRACT_SUFX = .tar.bz2 > Index: patches/patch-src_perl_tabbed > =================================================================== > RCS file: patches/patch-src_perl_tabbed > diff -N patches/patch-src_perl_tabbed > --- /dev/null 1 Jan 1970 00:00:00 -0000 > +++ patches/patch-src_perl_tabbed 26 Sep 2011 13:11:10 -0000 > @@ -0,0 +1,18 @@ > +$OpenBSD$ > +--- src/perl/tabbed.orig Mon Feb 21 08:39:52 2011 > ++++ src/perl/tabbed Mon Sep 26 15:08:46 2011 > +@@ -170,6 +170,14 @@ sub on_focus_out { > + () > + } > + > ++sub on_tt_write { > ++ my ($self, $octets) = @_; > ++ > ++ $self->{cur}->tt_write ($octets); > ++ > ++ 1 > ++} > ++ > + sub on_key_press { > + my ($self, $event) = @_; > + > > > > > [1] > http://comments.gmane.org/gmane.comp.terminal-emulators.rxvt-unicode.general/477
Hi, Where's this patch coming from? ciao David