+26Nov21=======================================================================
+1. *Really* change spot display format and sh/dx format "back the way they
+ were. But They won't stay that way for long!!!! There are four (yes, count
+ them) completely unused spaces at the end of the line!!!!
25Nov21=======================================================================
1. Restored spot format back to the way it was.
2. Added CTY-3127 prefixes
my $t = ztime($_[2]);
my $loc = '';
- my $clth = 31 + $self->{width} - 80; # allow comment to grow according the screen width
+ 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);
$comment =~ s/\t+/ /g;
my $cl = length $comment;
my $s = sprintf "%9.1f %-11s %s %s", $_[1], $_[2], $d, $t;
- my $width = ($_[0] ? $_[0] : 80) - length($spotter) - length($s) - 2;
+ my $width = ($_[0] ? $_[0] : 80) - length($spotter) - length($s) - 4;
$comment = substr $comment, 0, $width if $cl > $width;
$comment .= ' ' x ($width-$cl) if $cl < $width;