aboutsummaryrefslogtreecommitdiffstats
path: root/include/progressbar.h
Commit message (Collapse)AuthorAgeFilesLines
* Crank dates on TNF copyright.lukem2003-02-281-67/+2
| | | | Remove UCB & WIDE copyrights; the progressbar functionality was written entirely by me under the TNF copyright.
* change a couple #ifdef's so /usr/bin/progress doesn't stomp all overgrant2003-02-121-2/+2
| | | | | the tty if it's not in the foreground. ok'd by jhawk.
* Abstract out progress bar support into progressbar.[ch], for inclusionjhawk2003-01-211-0/+164
in external programs (conditionalized on -DSTANDALONE_PROGRESS). The following moved from util.c to progressbar.c: alarmtimer(), progressmeter(), psummary(), ptransfer(), xsignal(), xsignal_restart() The following moved from extern.h and ftp_var.h to progressbar.h: STALLTIME, verbose, fromatty, progress, quit_time, ttywidth