X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXChannel.pm;h=2d43b0f07cae85dc472abeb4f01ec307847fb6fc;hb=8832827e5bec29e9a9e2a62201c6ac7baf9b2fa3;hp=cbb5477ab50cdba073201d46e08e3597b734454c;hpb=4746cf71bae031c57c24600713d7cfc281d71e20;p=spider.git diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index cbb5477a..2d43b0f0 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -168,6 +168,7 @@ sub alloc $self->{oldstate} = 0; $self->{lang} = $main::lang if !$self->{lang}; $self->{func} = ""; + $self->{width} = 80; # add in all the dxcc, itu, zone info my @dxcc = Prefix::extract($call);