--- rxvt-unicode/src/perl/confirm-paste 2011/01/07 23:56:08 1.2 +++ rxvt-unicode/src/perl/confirm-paste 2011/01/08 00:20:45 1.3 @@ -3,7 +3,7 @@ sub msg { my ($self, $msg) = @_; - $self->{overlay} = $self->overlay (0, -1, $self->ncol, 2); + $self->{overlay} = $self->overlay (0, -1, $self->ncol, 2, urxvt::OVERLAY_RSTYLE, 0); $self->{overlay}->set (0, 0, $msg); }