DUMB: support tex fonts
TODO: option popup hook, make some exts switchable
-TODO: constant offste with automove
TODO: rework colors and blabla section
- changed interpretation of [alpha] colour prefix.
sub on_configure_notify {
my ($self, $event) = @_;
- my ($x, $y);
-
- if ($event->{send_event}) {
- ($x, $y) = ($event->{x}, $event->{y});
- } else {
- ($x, $y) = $self->XTranslateCoordinates (
- $self->vt, $self->DefaultRootWindow,
- 0, 0
- );
- }
+ my ($x, $y) = $self->XTranslateCoordinates (
+ $self->vt, $self->DefaultRootWindow,
+ 0, 0
+ );
$self->cmd_parse ("\033]20;;=+$x+$y\007");
}