--- rxvt-unicode/src/perl/tabbed 2006/01/22 12:21:27 1.12 +++ rxvt-unicode/src/perl/tabbed 2006/02/03 05:49:42 1.14 @@ -73,6 +73,12 @@ my $tab = $self->{cur}; + # this is an extremely dirty way to force a configurenotify, but who cares + $tab->XMoveResizeWindow ( + $tab->parent, + 0, $self->{tabheight} + 1, + $self->width, $self->height - $self->{tabheight} + ); $tab->XMoveResizeWindow ( $tab->parent, 0, $self->{tabheight},