Re: status line stuff

2001-10-16 Thread Alexander V. Lukyanov
On Tue, Oct 16, 2001 at 09:50:20PM -0400, Glenn Maynard wrote: > Added 'parent' to FileCopyPeer. This is used to disable the status line. > (Sanity measure: parent type of FileCopyPeer is CopyJob.) I did not like adding a dependency from Task to Job. A Task is a lower level thing and it should b

status line stuff

2001-10-16 Thread Glenn Maynard
Moved no_status to Job; disabling status reporting is a generic Job thing, I think, not really specific to CopyJobs. (It's still handled by individual ShowRunStatus implementations, though, and I didn't implement it for the others.) Added 'parent' to FileCopyPeer. This is used to disable the st