* Robert Yates <[email protected]> [2009-04-01 19:41]:
> One tries to address the behaviour of pageup/down in perl tabbed mode, where
> the terminal did not scroll when shift-pageUp/Down were hit when perl/tabbed
> was activated and the mouse pointer was outside the terminal window.
>
> --- tabbed.orig       2008-06-15 16:52:47.000000000 +0200
> +++ tabbed    2009-04-02 08:42:11.000000000 +0200
> @@ -174,7 +174,7 @@
>     my ($self, $event) = @_;
>  
>     $self->{cur}->key_press ($event->{state}, $event->{keycode}, 
> $event->{time});
> -
> +   $self->refresh
>     1
>  }

That can't be quite right, at least it needs a semicolon in the end. ;-)

However, even with the ';', the additional 'refresh' call does not seem
to have any effect for me.

As I said before, this bug really is biting me, but unfortunately, I
don't even know where to *begin* an investigation. Do you have any ideas
what the problem might be (and how/why the additional refresh solves it
for you)?

> The other patch moves the icon file setting code from init.C into command.C,
> attaching it an Xterm escape sequence (I chose 5 .. but thats arbitrary), so
> that the icon file of the terminal can now be changed by echo -e
> "\033]5;my_icon.png\007".

This sounds like a very useful feature, I'll definitely try your patch
for this soon.

Wolfgang


_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to