--- rxvt-unicode/src/perl/tabbed 2014/05/17 13:38:23 1.37 +++ rxvt-unicode/src/perl/tabbed 2017/02/26 06:36:46 1.39 @@ -31,7 +31,7 @@ URxvt.tabbed.tab-fg: URxvt.tabbed.tab-bg: -See I in the @@RXVT_NAME@@(1) manpage for valid +See I in the urxvt(1) manpage for valid indices. =cut @@ -216,6 +216,7 @@ my ($self, $event) = @_; $self->{cur}->key_press ($event->{state}, $event->{keycode}, $event->{time}); + $self->{cur}->refresh_check; 1 } @@ -224,6 +225,7 @@ my ($self, $event) = @_; $self->{cur}->key_release ($event->{state}, $event->{keycode}, $event->{time}); + $self->{cur}->refresh_check; 1 }