#! perl

sub on_configure_notify {
   my ($self, $event) = @_;
   
   my ($x, $y) = $self->XTranslateCoordinates (
      $self->vt, $self->DefaultRootWindow,
      0, 0
   );

   $self->cmd_parse ("\033]20;;=+$x+$y\007");
}
