Patrick,
Not sure there is much we can do in Alien other than avoid resetting
the menu to the top of the tea each time the alien mode is started. If
you want to try something out, you could change Alien/Plugin.pm so the
setMode function reads something like:
sub setMode()
{
my $client = shift;
if (!defined $current_menu{$client}) {
# init menu for first visit only
$current_menu{$client} = $menu;
$current_line{$client} = 0;
$current_menu_stack{$client} = [];
$current_line_stack{$client} = [];
}
$menu->refresh();
$refreshing{$client} = 0;
$client->lines(\&lines);
}
--
Triode
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins