fiz console.pl resizing
[spider.git] / perl / DXChannel.pm
index 40efdd245c5445be1e4c4c1fd06f81dac31267a0..f2a1638cdf0c101817bc92a8aa22c795472bf43b 100644 (file)
@@ -724,6 +724,8 @@ sub process
                                $dxchan->disconnect;
                        } elsif ($sort eq 'D') {
                                ;                               # ignored (an echo)
+                       } elsif ($sort eq 'C') {
+                               $dxchan->width($line); # change number of columns
                        } elsif ($sort eq 'G') {
                                $dxchan->enhanced($line);
                        } else {