ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/automove-background
Revision: 1.1
Committed: Wed Jan 18 17:58:54 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_1
Log Message:
*** empty log message ***

File Contents

# Content
1 #! perl
2
3 sub on_configure_notify {
4 my ($self, $event) = @_;
5
6 $self->cmd_parse ("\033]20;;=+$event->{x}+$event->{y}\007");
7 }