Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates-src > by-pkgid > ab531ced28c8ca3c0537a4a3bf706a81 > files > 6

rxvt-unicode-9.16-1.fc17.src.rpm

diff -up rxvt-unicode-9.10/src/perl/tabbed.orig rxvt-unicode-9.10/src/perl/tabbed
--- rxvt-unicode-9.10/src/perl/tabbed.orig	2011-02-08 17:52:33.000000000 +0200
+++ rxvt-unicode-9.10/src/perl/tabbed	2011-02-08 17:53:34.000000000 +0200
@@ -333,6 +333,10 @@ sub tab_key_press {
          $self->make_current ($self->{tabs}[$idx2]);
 
          return 1;
+      } elsif ($keysym == 0x74) {
+         $self->new_tab;
+
+         return 1;
       }
    }