X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=cd37c5e93c5833638491871427f7f92bba832941;hb=4746cf71bae031c57c24600713d7cfc281d71e20;hp=bcf1bf075b9beda9f40279bb70b59fbcf4f5e008;hpb=7ab06733bff9df3779a4082b5863a6273b5373d7;p=spider.git diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index bcf1bf07..cd37c5e9 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -996,7 +996,7 @@ sub format_dx_spot my $t = ztime($_[2]); my $loc = ''; - my $clth = 30; + my $clth = 30 + $self->{width} - 80; # allow comment to grow according the screen width # --$clth if $self->{consort} eq 'local'; my $comment = substr (($_[3] || ''), 0, $clth);