tag 459924 fixed-upstream
thanks

Hi,

This bug appears to have been fixed upstream, please feel free to test
the patch, hereby attached, against the file /usr/lib/urxvt/perl/tabbed

Due to the ongoing perl transition, the package can't be updated for at
least the next few days. Once the transition is over, I might upload a
package with the patch applied depending on how far away the next
upstream release is.

Best wishes,
Ryan

-- 
|_)|_/  Ryan Kavanagh             |  GnuPG key
| \| \  http://ryanak.ca/         |  4A11C97A
commit 65f482b8f0b50bffece477ae4361998ad277b8ec
Author: sf-exg <sf-exg>
Date:   2011-09-26 10:12:30 +0000

    Add missing hook for on_tt_write in tabbed extension.
    
    With this change pty input written with tt_write is properly dispatched
    to the active tabbed window when events are sent to the main window.
    Patch by Martin Pohlack.

diff --git a/src/perl/tabbed b/src/perl/tabbed
index fc08a78..3f8db10 100644
--- a/src/perl/tabbed
+++ b/src/perl/tabbed
@@ -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) = @_;
 

Attachment: signature.asc
Description: Digital signature

Reply via email to