X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=4f71c13e51d69adf01d86e40b3c3e3af405b4fab;hb=b054e5b2706153b62ac8f05a70c85f8f5253bf8b;hp=bad8ffde0894634b51009a74a63ad903e23e7e17;hpb=743a03b3b060fbff8579503647a01722fb634cb1;p=spider.git diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index bad8ffde..4f71c13e 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -41,6 +41,8 @@ sub handle dbg("sh/dx list: " . join(" ", @list)) if isdbg('sh/dx'); + +# $DB::single=1; while (@list) { # next field $f = shift @list; @@ -175,7 +177,7 @@ sub handle push @out, DXCommandmode::format_dx_spot($self, @$ref); } else { - push @out, Spot::formatl(@$ref); + push @out, Spot::formatl($self->{width}, @$ref); } } } @@ -197,7 +199,7 @@ sub handle push @out, DXCommandmode::format_dx_spot($self, @$ref); } else { - push @out, Spot::formatl(@$ref); + push @out, Spot::formatl($self->{width}, @$ref); } } }