On Sat, Nov 12, 2022 at 11:53:19PM +0100, Patrice Dumas wrote:
> It looks like a bug, 
> @@ -9916,6 +9927,7 @@ sub output($$)
>    if (!$fulltitle and $self->{'global_commands'}->{'titlefont'}
>        and $self->{'global_commands'}->{'titlefont'}->[0]->{'args'}
>        and 
> defined($self->{'global_commands'}->{'titlefont'}->[0]->{'args'}->[0])
> +      and $self->{'global_commands'}->{'titlefont'}->[0]->{'contents'}
>        and 
> @{$self->{'global_commands'}->{'titlefont'}->[0]->{'args'}->[0]->{'contents'}})
>  {
>      $fulltitle = $self->{'global_commands'}->{'titlefont'}->[0];
>    }
> 
> should be 
>        and 
> $self->{'global_commands'}->{'titlefont'}->[0]->{'args'}->[0]->{'contents'}
> 
> I will do a fix in master.

It looks correct on master so it looks as if I fixed the merge conflict
incorrectly.

Reply via email to