Help for this page

Select Code to Download


  1. or download this
    sub component_window {
        my ($prch,$pid) = @_;
    ...
            $proc->{tailwin}->insert('end' => $outstr);
            $proc->{tailwin}->see('end');
    }
    
  2. or download this
    sub tail_lines {
            my ($proc,$text) = @_;
    ...
            $this->{tailwin}->see('end');
        }
    }